For one of my sites, I want to create a developer API so that other people can leverage of what we build to quickly put together their own solutions (I guess something like Google Maps is a good parallel example). We''d like to control who uses it since we have data providers who would like to know when we pass data on to someone else. What would you recommend that I read? It''s fine if it''s a book (doesn''t need to be only online articles though those would give me a good start also). [needless to say, Rails would be my preferred choice]. Thanks, Mohit. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Mojit, Mohit Sindhwani wrote:> For one of my sites, I want to create a developer API so that other > people can leverage of what we build to quickly put together their own > solutions (I guess something like Google Maps is a good parallel > example). We''d like to control who uses it since we have data providers > who would like to know when we pass data on to someone else. > > What would you recommend that I read? It''s fine if it''s a book (doesn''t > need to be only online articles though those would give me a good start > also). [needless to say, Rails would be my preferred choice].I''d recommend picking up "RESTful Web Services" (http://www.amazon.com/RESTful-Web-Services-Leonard-Richardson/dp/0596529260 ). It gave me an expanded view; quickly. Googling the same three words gives good results too. HTH, Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Bill Walton wrote:> Hi Mojit, > > Mohit Sindhwani wrote: > > >> For one of my sites, I want to create a developer API so that other >> people can leverage of what we build to quickly put together their own >> solutions (I guess something like Google Maps is a good parallel >> example). We''d like to control who uses it since we have data providers >> who would like to know when we pass data on to someone else. >> >> What would you recommend that I read? It''s fine if it''s a book (doesn''t >> need to be only online articles though those would give me a good start >> also). [needless to say, Rails would be my preferred choice]. >> > > > I''d recommend picking up "RESTful Web Services" > (http://www.amazon.com/RESTful-Web-Services-Leonard-Richardson/dp/0596529260 > ). It gave me an expanded view; quickly. Googling the same three words > gives good results too. > > HTH, > Bill >Thanks Bill - I shall take a look at that! Cheers, Mohit. 11/13/2008 | 12:22 AM. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---