-
Updated
Aug 22, 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 754 public repositories matching this topic...
Hello there. Sorry for not using the issue template, but I think it is not suitable in this situation.
I want to ask if there exists detailed documentation about the @action decorator. It wasn't easy to find out which arguments I can pass in it. For example, I needed to pass a serializer_class inside but found out that I can do it only after searching for issues on Github.
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
Aug 28, 2020 - Python
-
Updated
Aug 24, 2020 - Python
-
Updated
Aug 27, 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
Jul 7, 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
Aug 18, 2020 - Python
-
Updated
Aug 24, 2020 - Python
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 29, 2020 - Python
-
Updated
Aug 28, 2020 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Nov 12, 2019 - Python
-
Updated
Aug 15, 2020 - Python
First check