Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backend] Wystawienie mocków dla APi #11

Closed
jwieckow opened this issue Nov 25, 2019 · 1 comment
Closed

[Backend] Wystawienie mocków dla APi #11

jwieckow opened this issue Nov 25, 2019 · 1 comment
Assignees

Comments

@jwieckow
Copy link

Wystawienie mocków dla usług potrzebnych do wyświetlenia strony o ścieżce \projects. Prawdopodobnie będzie to lista bugów

@jwieckow
Copy link
Author

jwieckow commented Nov 28, 2019

wystawienie mock dla usługi :8080/bugs
DONE

Odpowiedź:
[
{
id: 1,
title: "title1",
status: "ACTIVE",
severity: 1,
description: "description1",
createdBy: "Jacek1",
createdDate: "2019-11-27T18:56:16.634+01:00",
updatedBy: null,
updateDate: null
},
{
id: 1,
title: "title2",
status: "ACTIVE",
severity: 2,
description: "description2",
createdBy: "Jacek2",
createdDate: "2019-11-26T18:56:16.637+01:00",
updatedBy: null,
updateDate: null
},
{
id: 1,
title: "title3",
status: "ACTIVE",
severity: 3,
description: "description3",
createdBy: "Jacek3",
createdDate: "2019-11-25T18:56:16.637+01:00",
updatedBy: null,
updateDate: null
},
{
id: 1,
title: "title4",
status: "ACTIVE",
severity: 4,
description: "description4",
createdBy: "Jacek4",
createdDate: "2019-11-24T18:56:16.637+01:00",
updatedBy: null,
updateDate: null
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant