Skip to content
Akash Verma edited this page Jul 14, 2022 · 8 revisions

2 June, 12 EST

  • Open Issues for each endpoint and link them to the project board.
  • Design Generic function for the endpoint getJP2Image.

16 June, 4:30 EST

  • Overwrite the get_output_type() function in InputParameters class, default return type would be raw. This result from the get_output_type() will decide what type of response the user will get.
  • rebase with main and continue the PR #21

23 June, 8:30 IST

14 July, 8:30 IST

Work around for BASE URL hvpy.set_api("localhost:8081/v2/")

1. Environment
2. if no environment, then the default API
3. user can override both.

pseudo-code:
if the user specifies the URL: use that else if there's URL in the environment, use that else neither of the above, use default

Clone this wiki locally