V1
The first version of the Lunes API. The usage documentation can be found here: https://lunes.tuerantuer.org/api/v1/docs/
- Serializers
- Views
- Discipline Filtered Viewset
- Discipline Viewset
- Document By Id Viewset
DocumentByIdViewSetDocumentByIdViewSet.authentication_classesDocumentByIdViewSet.basenameDocumentByIdViewSet.descriptionDocumentByIdViewSet.detailDocumentByIdViewSet.get_queryset()DocumentByIdViewSet.http_method_namesDocumentByIdViewSet.nameDocumentByIdViewSet.permission_classesDocumentByIdViewSet.serializer_classDocumentByIdViewSet.suffix
- Document Viewset
- Feedback Viewset
- Group Viewset
- Sponsors Viewset
- Training Set By Id Viewset
- Training Set Viewset
- Word Viewset
Urls
URL patterns for the first version of the Lunes API
- lunes_cms.api.v1.urls.app_name = 'v1'
The namespace for this URL config (see
django.urls.ResolverMatch.app_name)
- lunes_cms.api.v1.urls.router = <lunes_cms.api.utils.OptionalSlashRouter object>
Router for dynamic url patterns
- lunes_cms.api.v1.urls.urlpatterns = [<URLResolver <URLPattern list> (None:None) ''>, <URLPattern 'schema/' [name='schema']>, <URLPattern 'docs/' [name='swagger-ui']>]
The url patterns of this module (see URL dispatcher)
[ <URLResolver <URLPattern list> (None:None) ''>, <URLPattern 'schema/' [name='schema']>, <URLPattern 'docs/' [name='swagger-ui']>, ]