-
Updated
Oct 3, 2020 - Python
REST API
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 2,058 public repositories matching this topic...
-
Updated
Aug 18, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 12, 2020 - Python
-
Updated
Dec 10, 2019 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Mar 5, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Oct 7, 2017 - Python
-
Updated
Oct 5, 2020 - Python
-
Updated
Nov 2, 2019 - Python
-
Updated
Jul 30, 2020 - Python
-
Updated
Sep 21, 2020 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Feb 16, 2019 - Python
-
Updated
Feb 16, 2020 - Python
-
Updated
Oct 13, 2020 - Python
I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like
_linksinto the response via theto_representationmethod.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