sampledbapi package

sampledbapi.authenticate(address: str, api_key: str)[source]

Authenticate with a SampleDB instance

To retrieve data from SampleDB and upload data to it, you have to authenticate first.

Parameters:
  • address – URL of the SampleDB server.

  • api_key – API token you can generate using “Preferences/API Tokens”.

Submodules