-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Yossi Kolesnicov edited this page Aug 21, 2018
·
34 revisions
- Basic usage
- Models
- API abstraction
- API standardization
- Caching
- Relationship Repositories
- Full API reference
Large, multi-team projects, require a high level of collaboration and standardization, without which development can be significantly slowed down.
Paris implements the Domain Driven Design methodology, which focuses on common language and your product's data definition as the center of development. By defining the entities in your domain and how to access them through APIs, Paris allows teams to essentially auto-generate a strongly-typed TypeScript SDK of your product's data.