- commit
- 83e2769
- parent
- db94dd9
- author
- Eric Bower
- date
- 2024-02-16 18:46:44 +0000 UTC
docs: copy
1 files changed,
+2,
-2
+2,
-2
1@@ -168,8 +168,8 @@ Because endpoints use the same powerful middleware system employed by thunks, we
2 can do quite a lot of automating for API requests -- to the point where an
3 endpoint doesn't have a custom middleware function at all.
4
5-For example, if you API leverages an API specification like JSON API, then we
6-can automate response processing.
7+For example, if you API leverages an API specification like
8+[JSON API](https://jsonapi.org), then we can automate response processing.
9
10 Given the following API response:
11