A Dart framework for writing REST APIs from an Open API spec.
Package | Pub |
---|---|
backbone | |
backbone_cli |
# Activate from pub.dev
dart pub global activate backbone_cli
# Download example API spec
curl https://raw.githubusercontent.com/mtwichel/backbone/main/example/openapi.yaml --output openapi.yaml
# Generate the API
backbone generate --new
You can read the full documentation here