Clinical-Genomics / preClinVar

A ClinVar API submission helper written in FastAPI
MIT License
1 stars 0 forks source link

Pass api keys as form fields and not as args in requests #19

Closed northwestwitch closed 2 years ago

northwestwitch commented 2 years ago

POST request instead of GET

northwestwitch commented 2 years ago

This looks already fixed. Closing!

northwestwitch commented 2 years ago

This was not fixed after all, I've just noticed that the API-key is passed as an arg and displayed in the endpoints URL when invoking the validate and dry_run endpoints. Fix it!