You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As developer I want a publication API endpoint such that that when I send a GET request to the URL, hateoas compliant, paginated list of all publications in the database is returned in JSON Format This new endpoint:
is required to ensure scalability, it was wrongly designed in old APi, as publication which is a parent of studies was embedded inside studies
It also required to avoid circular reference errors in the JSON API
As developer I want a publication API endpoint such that that when I send a GET request to the URL, hateoas compliant, paginated list of all publications in the database is returned in JSON Format
This new endpoint:
Management Rules
Acceptance Tests
Additional details here
The text was updated successfully, but these errors were encountered: