/combojsonapi

Plugins to improve functionality of the Flask-COMBO-JSONAPI

Primary LanguagePythonMIT LicenseMIT

image

image

ComboJSONAPI

ComboJSONAPI is a set of plugins made for Flask-JSONAPI module.

  1. Permission plugin enables access control to models and their fields in GET, POST, PATCH and DELETE methods. (Permission plugin docs)
  2. ApiSpecPlugin simplifies automated JSONAPI documentation. JSONAPI (ApiSpecPlugin docs)
  3. RestfulPlugin for apispec library in the ApiSpecPlugin enables documenting GET parameters with Marshmallow schemes. (RestfulPlugin docs)
  4. EventPlugin enables RPC creation for those cases when you can't make it with pure JSON:API (EventPlugin docs).
  5. PostgreSqlJSONB features filtering and sorting data by first-level key values of JSONB values in PostgreSQL (PostgreSqlJSONB docs).

Installation

pip install combojsonapi

Contributing

If you want to contribute to the code or documentation, the Contributing guide is the best place to start. If you have questions, feel free to ask

License

MIT