-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrait dans la documentation du support XML (#6495) #6698
base: dev
Are you sure you want to change the base?
Conversation
Le support XML n'étant plus supporté par l'API, ses mentions dans la page associée de la documentation ont été retirées. Fix zestedesavoir#6495
$ curl -H "Accept: application/xml" https://zestedesavoir.com/api/membres/ | ||
|
||
Les `formats de sortie (en) <http://www.django-rest-framework.org/api-guide/renderers/>`_ sont renseignés dans le fichier ``settings.py`` sous l'attribut ``DEFAULT_RENDERER_CLASSES`` du dictionnaire ``REST_FRAMEWORK``. Pour Django Rest Framework, tous les formats de sorties sont des ``renderer``. | ||
Par défaut, le serveur renvoie les réponses au format ``JSON``. Les `formats de sortie (en) <http://www.django-rest-framework.org/api-guide/renderers/>`_ sont renseignés dans le fichier ``settings.py`` sous l'attribut ``DEFAULT_RENDERER_CLASSES`` du dictionnaire ``REST_FRAMEWORK``. Pour Django Rest Framework, tous les formats de sorties sont des ``renderer``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dans le projet zds le fichier settings.py
n'existe pas.
Le fichier dans lequel se trouve le dictionnaire REST_FRAMEWORK
est le suivant : zds/settings/abstract_base/django.py
.
|
||
.. sourcecode:: bash | ||
|
||
$ curl -H "Content-Type: application/xml" https://zestedesavoir.com/api/membres/ | ||
$ curl -H "Content-Type: application/x-www-form-urlencoded" https://zestedesavoir.com/api/membres/ | ||
|
||
Les `formats d'entrée (en) <http://www.django-rest-framework.org/api-guide/parsers/>`_ sont renseignés dans le fichier ``settings.py`` sous l'attribut ``DEFAULT_PARSER_CLASSES`` du dictionnaire ``REST_FRAMEWORK``. Pour Django Rest Framework, tous les formats d'entrée sont des ``parser``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idem ici : dans le projet zds le fichier settings.py
n'existe pas.
Le fichier dans lequel se trouve le dictionnaire REST_FRAMEWORK
est le suivant : zds/settings/abstract_base/django.py
.
Le support XML n'étant plus supporté par l'API, ses mentions dans la page associée de la documentation ont été retirées.
Fix #6495make generate-doc
Contrôle qualité