We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9bd1f commit 48827a8Copy full SHA for 48827a8
1 file changed
README.md
@@ -1,6 +1,7 @@
1
# starlette_jsonapi
2
A minimal "framework" intended to help write [json:api](https://jsonapi.org) compliant services in async Python,
3
-written on top of [starlette](https://starlette.io) and [marshmallow-jsonapi](https://marshmallow-jsonapi.readthedocs.io/).
+written on top of [starlette](https://www.starlette.io) and
4
+[marshmallow-jsonapi](https://marshmallow-jsonapi.readthedocs.io/).
5
6
In the maintainer's view, REST frameworks that come with a complete data layer implementation are quite limiting
7
and rarely usable in production systems due to business logic needs or authorization constraints.
0 commit comments