ash-project / ash_hq

The Ash Framework homepage and documentation site.
MIT License
48 stars 26 forks source link

Proof of concept Json-API with OpenAPI support (take 2) #59

Open mbuhot opened 1 year ago

mbuhot commented 1 year ago

This draft PR is a little different to #58, exploring how OpenAPI would work if the application used OpenApiSpex to define the outline of the API spec, and use AshJsonApi helpers to fill in the schemas and operations.

The corresponding branch for AshJsonApi is: https://github.com/team-alembic/ash_json_api/tree/feat/open-api-spex-helpers

Contributor checklist

zachdaniel commented 1 year ago

Sorry, accidentally clicked the close button 😆 Usage wise, looks like a great pattern 👍🏻.