Sample CRUD API
The following link shows an OAS2 API:
- CRUD API : sample of the CRUD pattern including create, read update , delete of a resource. Including as well search , pagination, idempotency and concurrency pattern.
- Sample Customization pattern . sample with a resource with some custom fields , and the way to discover the schema of those custom fields.