This module provides functions in python to call the snapstore API. See API here: https://dashboard.snapcraft.io/docs/index.html
python tests.py
This project is in a beta status here is the list of issues to add to the project:
- Env file
- sentry configuration
- Add documentation (in git wiki?)
- CI integration (add
.travis.yaml
) - [not now] Add field filtering in functions, for now fields are filtered harcoded in the APIs urls
- [not now] Custom User Agent in environment variable (?)
- [not now] Add models (metrics/snaps/...)
- publish to pip :)