mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Documentation. #34

Closed mikeywaites closed 9 years ago

mikeywaites commented 9 years ago

Provide full api documentation plus detailed usage examples of the all of kim's features. The docs should also provide a detailed look at the design of kim and what responsibility each part plays.

I think that a scenario would be extremely useful for the usage docs. Something that takes a full working flask application and builds on a simple initial set of examples in a REST api and works up to the more complex areas where the SQASerializers begin to shine.

@krak3n @jackqu7 You guys have any ideas on a scenario the examples can play through?

We could also host the full working application on github so people can check it out and have a play.