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
3
Packages
Projects
Releases
Wiki
Activity
65c919b325
datatracker
/
ietf
/
api
History
Henrik Levkowetz
65c919b325
Added OpenID support through django-oidc-provider, with tests using the certified python oic module.
...
- Legacy-Id: 17919
2020-06-06 21:01:21 +00:00
..
management
Refined the makeresources management command slightly to improve handling of models with names ending in 'Resource' -- tastypie requires the resource name to be explicitly set in that case.
2020-05-20 19:38:44 +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
Simplified the URL and view code for the personal meetecho access API endpoint, and added test code.
2020-04-15 17:19:54 +00:00
urls.py
Added OpenID support through django-oidc-provider, with tests using the certified python oic module.
2020-06-06 21:01:21 +00:00
views.py
Tweaked the meetecho access API fallback response to use person.plain_name instead of person.name.
2020-06-06 20:13:54 +00:00