Metadata-Version: 2.1
Name: cbra
Version: 2.0.0a21
Summary: A class-based REStful API framework built on FastAPI
Home-page: https://docs.cochise.io/python/cbra/latest
Author: Cochise Ruhulessin
Author-email: cochiseruhulessin@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: google
Provides-Extra: gunicorn




# Resources

- https://tyk.io/blog/your-data-model-is-not-an-api/
- https://shekhargulati.com/2021/10/15/web-api-design-anti-pattern-exposing-your-database-model
- https://cloud.google.com/blog/products/api-management/why-your-web-apis-should-be-entity-oriented
- https://cloud.google.com/blog/products/application-development/api-design-why-you-should-use-links-not-keys-to-represent-relationships-in-apis
- https://tools.ietf.org/html/rfc7807
- https://www.iana.org/assignments/link-relations/link-relations.xhtml
- https://thorben-janssen.com/dont-expose-entities-in-api/
- https://vaadin.com/blog/ddd-part-3-domain-driven-design-and-the-hexagonal-architecture
