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

The ’data_objects’ query parameter is not well defined #13

Open
Stroomversnelling opened this issue Mar 12, 2019 · 4 comments
Open
Labels
assigned This issue has been assigned and is being worked on. bug Something isn't working

Comments

@Stroomversnelling
Copy link
Owner

Is your feature request related to a problem? Please describe.
Zoals de ’data_objects’ query parameter momenteel in de documentatie staat, moet je een array van data_objecten meegeven. Object id’s meegeven ipv de objecten zelf lijkt handiger. Hoe moet deze array doorgegeven worden aan de HTTP GET call? In een json representatie of met een bepaalde encodering?

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@Stroomversnelling Stroomversnelling added the bug Something isn't working label Mar 12, 2019
@Stroomversnelling
Copy link
Owner Author

json would make most sense.

@FilipAben
Copy link
Collaborator

except that you can't pass json in a query parameter, you would need to properly encode it

@nickdickinson nickdickinson self-assigned this Mar 25, 2019
@nickdickinson nickdickinson added the assigned This issue has been assigned and is being worked on. label Mar 25, 2019
@rsa2010
Copy link
Collaborator

rsa2010 commented Mar 25, 2019

the idea was to present as an array of type string : eg [ "E_gen", "E_dom", "E_grid" ]

@Stroomversnelling
Copy link
Owner Author

I believe this is fixed, but will await confirmation before closing.

@nickdickinson nickdickinson removed their assignment Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned This issue has been assigned and is being worked on. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants