mirror of
https://github.com/pretix/pretix.git
synced 2026-02-04 02:22:28 +00:00
- [x] Application management - [x] Link - [ ] Tests - [x] Authorize flow - [x] Tests - [x] Refresh token handling - [x] Tests - [x] Revocation endpoint - [x] Tests - [x] Mitigate: https://github.com/jazzband/django-oauth-toolkit/issues/585 - [x] API authenticator / permission driver - [x] Test - [x] Enforce organizer restriction - [x] Tests - [x] Enforce scope restriction - [x] Tests - [x] Show current applications to user - [x] Revoke - [x] Tests - [x] Log new authorizations - [x] notify user - [x] Ensure other grant types are not available - [x] Documentation - [x] check if revoking access toking, then refreshing gets rid of organizer constraint - [x] Show logentry foo
19 lines
426 B
ReStructuredText
19 lines
426 B
ReStructuredText
.. _`rest-api`:
|
|
|
|
REST API
|
|
========
|
|
|
|
This part of the documentation contains information about the REST-style API
|
|
exposed by pretix since version 1.5 that can be used by third-party programs
|
|
to interact with pretix and its data structures.
|
|
|
|
Currently, the API provides mostly read-only capabilities, but it will be extended
|
|
in functionality over time.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
fundamentals
|
|
oauth
|
|
resources/index
|