DigitaleDeltaOrg / dd-grid-api

Ontwikkeling van een Digitale Delta API voor roosterdata
0 stars 1 forks source link

Make retrieving actual data in DD-API and DD-GRID-API consistent #14

Closed gerritsj closed 3 years ago

gerritsj commented 4 years ago

In the DD-GRID-API actual data can be retrieved with the /data end point. In the DD-API actual data is retrieved by including the startTime and endTime query paramaters. This should be made consistent.

Personally, I think that the DD-API should be changed since a different response should be triggered by a different end point, not by adding query parameters.

GeriWolters commented 4 years ago

Agreed, but this may also impact the DD-OPER-API. Splitting the endpoint for different responses for this endpoint is already mentioned in #10 or is this concerning another endpoint?

stefhummel commented 4 years ago

Issue #10 is about introducing an additional end point for retrieving one time series for one or more point in the grid

stefhummel commented 4 years ago

(During team discussion) Close issue here, make new issue in DD-API.

stefhummel commented 3 years ago

DD-API is created: https://github.com/DigitaleDeltaOrg/dd-api/issues/23