The Road to 1.0 - TheWebShop/sp2010-rest-emulator GitHub Wiki
Our initial release of the SharePoint 2010 RESTful interface emulator was intended to get a working project out the door as soon as possible. As such it is very light on features, the most notable omission being the lack of support to $filter
queries.
1.0 high-level goals
- Creation of a test suite to facilitate moving to TDD
- Complete functionality of all filters, options, and operators
- Transition to database instead of memory storage of lists
- Addition of POST activities (MERGE, UPDATE, DELETE)
- Reproduce all idiosyncrasies of SP2010 REST (eg:
$top=1
returning an object instead of an array)
Yeoman generator
- Install server via Yeoman generator(s)
- Scaffold projects through sub-generators
Example projects
- Screencasts for example projects