#42 ✓resolved
Guilherme Silveira

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

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins

People watching this ticket

Tags

Pages