Are your APIs RESTfully green?
They are automagically if you are building Ruby on Rails applications the Rails way!
ServiceReg allows you to execute RESTful web service calls against Rails applications
(and other REST compliant frameworks) with a simple URL.
How you ask?
http://servicereg.com/verb/{user:password@}domain/noun{/id?params}
Note: Information in {brackets} is optional. Verbs consist of GET, POST, PUT, and DELETE. Domains can include prefixes such as api.test.com. Nouns are the singular version of your model names. IDs are not needed for POST but are required for PUT and DELETE and GET (when requesting specific record). Params are separated by &'s like in a regular query string.
Check out the RESTful URL Wizard to generate your URL!
Note: Information in {brackets} is optional. Verbs consist of GET, POST, PUT, and DELETE. Domains can include prefixes such as api.test.com. Nouns are the singular version of your model names. IDs are not needed for POST but are required for PUT and DELETE and GET (when requesting specific record). Params are separated by &'s like in a regular query string.
Check out the RESTful URL Wizard to generate your URL!