-
Updated
Oct 20, 2020 - Python
rest
A representational state transfer (REST) API is a way to provide compatibility between computer systems on the Internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.
Here are 776 public repositories matching this topic...
The example nginx configuration in the Deploying Falcon on Linux with NGINX and uWSGI article could probably be improved to include https configuration and redirect of http to https, since I believe it's the most common configuration now.
Maybe we could use a configuration from this great [Mozilla site](https://ssl-config
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 20, 2020 - Python
ujson is no more actively maintained and specially for some critical bugs not present in json package.
one example forcing us to revert ujson usage:
ultrajson/ultrajson#325 (2 days ago, mine)
ultrajson/ultrajson#301 (same but 1 year ago and no answer)
-
Updated
Oct 15, 2020 - Python
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 the to_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
-
Updated
Oct 5, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 18, 2020 - Python
-
Updated
Oct 11, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Nov 12, 2019 - Python
-
Updated
Aug 15, 2020 - Python
First check