This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
5
Packages
Projects
Releases
Wiki
Activity
ca79c61950
datatracker
/
ietf
/
api
History
Henrik Levkowetz
ca79c61950
Added a 'dumptime' entry to the JSON return from /api/version, in order to be able to make sure that running 'test-crawl --diff' will use database data from the same dump to avoid false page diff positives. Commit ready for merge.
...
- Legacy-Id: 18752
2020-12-11 17:08:53 +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 documentation of the OpenID Connect and version endpoints to /api/. Added some tests.
2020-09-11 14:13:45 +00:00
urls.py
Added a missing URL pattern for /api/openid/.
2020-09-15 10:13:11 +00:00
views.py
Added a 'dumptime' entry to the JSON return from /api/version, in order to be able to make sure that running 'test-crawl --diff' will use database data from the same dump to avoid false page diff positives. Commit ready for merge.
2020-12-11 17:08:53 +00:00