Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require schemas for APIs #719

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Require schemas for APIs #719

wants to merge 1 commit into from

Commits on Nov 13, 2024

  1. Require schemas for APIs

    When consuming an API from a client, a schema makes your life easier. Not only does it provide documentation, but it also can integrate into automated tooling such as type-checkers and code generators.
    
    On the back end, it's nice to plug a schema into a unit test to guarantee that the implementation matches the spec. Depending on the system you use, schemas can also be used to generate API docs or test fixtures.
    JoelQ authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    802cb75 View commit details
    Browse the repository at this point in the history