-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Trevor Von Seggern edited this page Apr 29, 2018
·
3 revisions
This project is created as an implementation of the OData v4 specification.
This projects aims to be easy to implement, opinionated, compose-able, and configurable. NOData has these design objectives:
- Does not need a separate model definition for your class schema.
- Does not boot strap into the startup by default. All routing is handled by your preferred library/framework.
- Has an open, extendable design. If you need a to change behavior for your application/business needs, a custom derived NOData class can be used where appropriate.
- Create a pull request, submit a bug, add documentation/unit tests, add another sample project