You are here |
davi.sh | ||
| | | |
sam.hooke.me
|
|
| | | | The home page of Sam Hooke. | |
| | | |
www.laceyhenschel.com
|
|
| | | | Sometimes the endpoints you get when you use a ModelViewSet aren't enough and you need to add extra endpoints for custom functions. To do this, you could use the APIView class and add a custom route to your `urls.py` file, and that would work fine. But if you have a viewset already, and you feel like this new endpoint belongs with the other endpoints in your viewset, you can use DRF's @action decorator to add a custom endpoint. This means you don't have to change your urls.py -- the method you decorate w... | |
| | | |
stribny.name
|
|
| | | | How to combine request and response serializers into one for use in ModelViewSets. | |
| | | |
apisyouwonthate.com
|
|
| | Guest post from Aaron Hedges. JSON Hyper-Schema is a format for describing an API. You can automate a lot with a document that describes your API. * API SDKs * Documentation * Tools such as API sandboxes or Postman collections to simplify the development process * Contract tests to ensure your API doesn't |