-
Notifications
You must be signed in to change notification settings - Fork 73
Schema
Pedro Belo edited this page Aug 12, 2015
·
2 revisions
Pliny allows you to define a schema for your API, which can be used to validate requests and responses, aid tests, and even generate API clients in different languages.
Further reading:
Basics
Diving in
- bin/setup
- Config
- CORS
- Endpoints
- Error Handling
- Logging
- Models
- Mediators
- Migrations
- Rake Tasks
- Request IDs
- RequestStore
- Schema
- Serialization
- Testing
- Updating
Guides