Closed ryansurf closed 6 months ago
At the moment, there are no shortcuts for the arguments.
For example: curl http://localhost:8000?args=location=new_york,hide_height,hide_wave,show_large_wave
curl http://localhost:8000?args=location=new_york,hide_height,hide_wave,show_large_wave
We need to type location=new_york, hide_height, etc.
location=new_york
hide_height
It would be nice to have shortcuts, like loc= insterad of location=, hw instead of height_waves ect.
loc=
location=
hw
height_waves
This should be done in main.py. Should be easy :)
At the moment, there are no shortcuts for the arguments.
For example:
curl http://localhost:8000?args=location=new_york,hide_height,hide_wave,show_large_wave
We need to type
location=new_york
,hide_height
, etc.It would be nice to have shortcuts, like
loc=
insterad oflocation=
,hw
instead ofheight_waves
ect.This should be done in main.py. Should be easy :)