scott-mcdonald / JsonApiFramework

JsonApiFramework is a fast, extensible, and portable .NET framework for the reading and writing of JSON API documents. Currently working on ApiFramework 1.0 which is a new framework that supports the many enhancements documented in the 2.0 milestone of this project while being media type agnostic but will support media types like {json:api} and GraphQL for serialization/deserialization purposes.
Other
96 stars 11 forks source link

Create a wiki #5

Open scott-mcdonald opened 8 years ago

scott-mcdonald commented 8 years ago

Create an initial wiki to adequately document the project at a detailed level for public consumption.

scott-mcdonald commented 8 years ago

An initial wiki is done with a home and overview pages. Next develop the "Getting Started" section. The getting started should be a tutorial that creates a shared service model, simple hypermedia api server, and some simple client all communicating with the JSON API protocol and using JsonApiFramework both client-side and server-side.