Explore >> Select a destination


You are here

yos.io
| | bassistance.de
21.0 parsecs away

Travel
| | Jörn Zaefferer's personal blog about music, software and anything else.
| | httptoolkit.com
6.6 parsecs away

Travel
| | It's hard to work on APIs without hearing about OpenAPI. OpenAPI is an API description format, which is essentially metadata that describes an HTTP API: where...
| | richardtier.com
16.7 parsecs away

Travel
| | Django Rest Framework integrates well with models to provide out of the box validation, and ModelSerializers allow futher fine-grained custom validation. However, if you're not using a model as the resource of your endpoint then the code required for custom validation of complex data structure can get hairy. If there is a heavily nested data...
| | bartlomiejmika.com
85.7 parsecs away

Travel
| Forget Axios or any other third-party JavaScript library pertaining to API calling, the purpose of this article is to explain how to utilize the basic XmlHttpRequest with your Django project.