Skip to content
Akash Verma edited this page Jul 17, 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, 16: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, 20:30 IST

14 July, 20:30 IST

Workaround for the ability to switch the BASE URL by the user. 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 a URL in the environment, 
       use that
    else neither of the above, 
       use default 
Clone this wiki locally