You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap the Python API functions into an SDK that can be installed via pip install amplabs. Once installed a user can import it into python scripts via 'import amplabs'. Doing this will allow users to interact with the AmpLabs API for a given host without having to work with requests directly. This artifact can be built by this repo and serves as the Hello World example a user goes through during Getting Started
The text was updated successfully, but these errors were encountered:
Wrap the Python API functions into an SDK that can be installed via
pip install amplabs
. Once installed a user can import it into python scripts via 'import amplabs'. Doing this will allow users to interact with the AmpLabs API for a given host without having to work with requests directly. This artifact can be built by this repo and serves as the Hello World example a user goes through during Getting StartedThe text was updated successfully, but these errors were encountered: