mamantoha/crest

Resource Nesting

Closed this issue · 1 comments

site = Crest::Resource.new('http://example.com')
site['posts/1/comments'].post 'Good article.', :content_type => 'text/plain'