Skip to content
Discussion options

You must be logged in to vote

You shouldn't be getting any issues in your swagger docs as it will auto URL encode your parameters. You should always URL encode the parameters, what is the reason you aren't?

Note this is the CuRL command that the swagger doc produces:

curl -X 'GET' \
  'http://127.0.0.1:8000/query/v?at=2008-09-15T15%3A53%3A00%2B05%3A00' \
  -H 'accept: application/json'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dcs3spp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants