View on GitHub

EmberJS.WebAPI

Allows working with the default RestAdapter in the Ember-Data library simply by adding this nuget package to an ASP.NET Web API project.

download .ZIPdownload .TGZ

Drop-in nuget package to Emberize your REST API.

If you use ASP.NET Web API to build your REST API and you would like to use the fantastic Ember.js framework to build a fast and fluid user experience for your customers, you have come to the right place.

Simply add the EmberJS.WebAPI nuget package to your ASP.NET Web API project and off you go.

PM> Install-Package EmberJS.WebAPI

What does it do?

This nuget package adds a custom JSON serializer and media type formatter to the application. The JSON emitted is slightly modified to conform to the json api standard.

We take a dependency on the Humanizer nuget to format the JSON root names.

Please send your feedback and pull requests

This is a beta release so if you find any errors or if you have any suggestions, please comment and send pull requests.

Authors and Contributors

This project's author and primary contributor is Arsalan Ahmed (@arsalan). A shout out is due to Emad Ibrahim (@eibrahim) whose blog post was the catalyst for this project.

Support or Contact

Please contact Arsalan Ahmed @arsalania on Twitter for support.