Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

All you should know before developing

LING ZHANG edited this page Oct 18, 2018 · 3 revisions

If you are not redirected to this page from the API training materials, you should go through the materials there and get yourself familiarized with the API first. This project is a simple Python wrapper for our CAM2 Camera Database API; we should not reproduce data processing logic that is already in API routes.

Python Client Developing and Testing

Writing Documentation

We are using Sphinx numpy style documentation. Documentation will be automatically generated by CircleCI and push to gh-pages branch when there is a merge to master. Admins should get familiarized with how the documentation is generated by referring to the .circleci/generate_docs.sh file.

You should be able to find the hosted CAM2 Camera Database API Python Client documentation here.

Python Client Packaging