-
Notifications
You must be signed in to change notification settings - Fork 5
Tastypie
esatterwhite edited this page Apr 10, 2015
·
1 revision
Tastypie is a web API library that makes it easier to build complex data driven APIs around the HapiJS web framewokr. While tastypie goes a long way to providing default behavior, the underlying philosophy of the framework is that everything is built to be extended, overridden or swapped out. Most everything the framework is doing can be modified by overloading a class method or changing a couple settings.