every invocation to Restfulie.at should return a new object
Reported by Guilherme Silveira | April 19th, 2010 @ 12:39 AM | in v0.7.1
Executing
Restfulie.at(uri).get! # (1)
then
Restfulie.as('content_type').at(uri).get! # (2)
then
Restfulie.at(uri).get! # (3)
Problem: Results in a different http requests in (1) and (3).
Reason: Restfulie extends from Client::EntryPoint.
Solution: Because Restfulie.at is only a shortcut, we only need a Restfulie.at returning a new Entry everytime its invoked.
Comments and changes to this ticket
-
Guilherme Silveira April 19th, 2010 @ 12:23 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »