Datatracker API
Framework API
This section describes the autogenerated read-only API towards the database tables. See also the draft submission API description and the IESG ballot position API description
The datatracker API uses tastypie to generate an API which mirrors the Django ORM (Object Relational Mapping) for the database. Each Django model class maps down to the SQL database tables and up to the API.…