Replies: 1 comment
-
How about disabling indentation of JSON? While you're at it, how about limiting the number of decimal on values? How about merging periods? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I'm trying to make requests of the forecast/hourly endpoint, from a RAM-limited IoT device. Currently, the reply is so big that my device runs out of space to hold it.
Describe the solution you'd like
I'd love to have an optional parameter to limit the reply to just X hours.
Describe alternatives you've considered
I could parse it line by line, but any change to the order of lines in the response would break my workaround.
Beta Was this translation helpful? Give feedback.
All reactions