-
Updated
Jul 31, 2021 - 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 937 public repositories matching this topic...
-
Updated
Jul 26, 2021 - Python
Setting nitpicky = True in conf.py or passing the -n command line argument will warn on broken links.
-
Updated
Jul 14, 2021 - Python
-
Updated
Jul 29, 2021 - 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)
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
Jul 7, 2021 - Python
-
Updated
Jul 30, 2021 - Python
-
Updated
Jul 26, 2021 - Python
-
Updated
Jul 18, 2021 - Python
-
Updated
Jul 7, 2021 - Python
-
Updated
Jul 30, 2021 - Python
-
Updated
Jul 15, 2021 - Python
-
Updated
Aug 1, 2021 - Python
-
Updated
Jun 1, 2021 - Python
Mongo Support
Probably use ODMantic: https://github.com/art049/odmantic
How would you test the implementation? mock a mongo db?
-
Updated
Jun 7, 2021 - Python
-
Updated
Apr 17, 2021 - Python
First check