#
coreapi
Here are 12 public repositories matching this topic...
Swagger Documentation Generator for Django REST Framework: deprecated
-
Updated
Dec 14, 2020 - Python
A simple REST api using Django Rest Framework.
-
Updated
Jul 5, 2022 - Python
A minimal interface between Redux and Core API JavaScript clients.
-
Updated
Jan 15, 2018 - JavaScript
The innovative -----yummy recipes app----- is an application that -----allows users to create, save and share ----- meeting the needs of -----keeping track of awesome food recipes-----.
django
rest-api
django-rest-framework
coreapi
jwt-token
postgresql-database
jwt-authentication
django-rest-swagger
-
Updated
Sep 4, 2018 - Python
Code for the Django-REST-Framework tutorial
-
Updated
Jan 12, 2022 - Python
Spore Codec for CoreAPI
-
Updated
Feb 12, 2018 - Python
-
Updated
Mar 8, 2022 - Python
avt_checktwfriends is a CRUD-based RESTful API project with Django and Django REST Framework
django
django-rest-framework
postgresql
python-3-6
coreapi
psycopg2
httpie
coreapi-cli
python-twitter-api
-
Updated
Dec 17, 2020 - Python
Django API for Onidata test
-
Updated
Apr 22, 2022 - Python
Improve this page
Add a description, image, and links to the coreapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coreapi topic, visit your repo's landing page and select "manage topics."
I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like
_links
into the response via theto_representation
method.I tried to somehow get that into the schema as well, but I'm getting stuck. Are there any directions on what I need to provide/subclass/overwrite, so to make it work?
I imagine I could inspect my seri