Update README.md

This commit is contained in:
Mathew Polzin
2019-09-02 15:59:24 -07:00
committed by GitHub
parent af7eaeb684
commit f7f36c6e7a
+2 -1
View File
@@ -16,7 +16,8 @@ See the JSON API Spec here: https://jsonapi.org/format/
- [Errors Example](https://colab.research.google.com/drive/1TIv6STzlHrkTf_-9Eu8sv8NoaxhZcFZH)
### Serverside
- [Basic GET Response Example](https://colab.research.google.com/drive/1krbhzSfz8mwkBTQQnKUZJLEtYsJKSfYX)
- [GET Example](https://colab.research.google.com/drive/1krbhzSfz8mwkBTQQnKUZJLEtYsJKSfYX)
- [POST Example](https://colab.research.google.com/drive/1z3n70LwRY7vLIgbsMghvnfHA67QiuqpQ)
### Combined
This library works well when used by both the server responsible for serialization and the client responsible for deserialization. Check out the [example](#example) further down in this README.