Skip to content

ryanttb/restd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Readme ==
Document-oriented database-like functionality without the database.

restd is a file format + HTTP service spec + tool design

== Changelog ==
* svc - asp - Actually use headerSize

=== 0.2.2 ===
* svc - asp - Add test/example page
* svc - asp - POST, PUT & DELETE should return the object as it was added or deleted, including _restd property

=== 0.2.1 (2011-01-15) ===
* svc - asp - Allow developer to change default location for .restd files
* svc - asp - Allow null security functions (use delegates) so that we don't waste time if they want, e.g., CanGet but not CanGetItem and especially not CanDelete which doesn't need to build the entitySting if there's no interceptor

=== 0.2.0 (2011-01-10) === 
* svc - asp - Allow operation interceptors for security
* svc - asp - Add a version of Query to Restd that returns a string for use outside of service
* svc - asp - [BUG] Content-type check does not handle additional properties in header

=== 0.1.0 === 
* svc - asp - Initial stab at ASP.NET restd service
* tools - js - wellrestd - Initial stab at JavaScript wellrestd tool
* svc - asp - Support GET, POST, PUT & DELETE
* svc - asp - ORestd - Support GET, POST, PUT & DELETE
* svc - asp - ORestd - Support simple $filter
* svc - asp - ORestd - Support $count
* svc - asp - ORestd - Support simple $select
* svc - asp - ORestd - Support multiple $filters via " and "
* svc - asp - ORestd - Support simple substringof clause in $filter
* svc - asp - Change key query from (key) to /key
* svc - asp - Add simple full-text queries

About

Document-oriented database-like functionality without the database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published