Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 655 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 655 Bytes

Examples

The repository contains examples of service definition files. These files are used by Basketry documentation to demonstrate the functionality of the Basketry ecosystem.

All of the services are MIT licensed. Feel free to borrow what you like when designing APIs.

User service

This service defines very basic CRUD methods for users.

See the schema

Contacts service

This service defines a simple address book API for tracking names and contact info.

See the schema


Generated with generator-ts-console