datatracker/ietf/api
2020-06-26 15:37:21 +00:00
..
management Added a showapikeys management command, to be able to easily see the api keys. 2020-06-08 19:20:27 +00:00
templates/api Added a very simple html version of the json API, to make it easier to explore the api manually. 2015-08-09 16:28:55 +00:00
__init__.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
__init__.pyi Added a type hint stub file for ietf/api/__init__.py, to capture variables created during module initialization. 2019-10-01 20:29:02 +00:00
serializer.py Updated the API v2 JsonExporMixin to not try to use an API key argument as a queryset argument when building the json response. 2020-04-15 12:01:52 +00:00
tests.py Added the use of local test directories instead of default settings for bluesheet files in the bluesheet upload API test. 2020-06-26 15:37:21 +00:00
urls.py Added an API endpoint for bluesheet information upload. Factored out code in common with manual upload_session_bluesheets(). Tweaked ietf.secr.proceedings.utils.handle_upload_file() to handle temp files in addition to http file objects, to support the API endpoint. 2020-06-26 14:49:13 +00:00
views.py Fixed a problem with the handling of multiple registrations for the same person and meeting in api_new_meeting_registration(). 2020-06-24 20:49:13 +00:00