allow entry point resource retrieval
Reported by Guilherme Silveira | June 4th, 2010 @ 06:01 PM | in upcoming release
Allow the following to retrieve an http response body and code:
resource = Restfulie.at('http://entry').raw.get
resource.response.code
resource.response.body
Note that there is no media type parsing so far
Comments and changes to this ticket
-
Carlos Alberto (euprogramador) June 4th, 2010 @ 06:12 PM
- State changed from new to resolved
already implemented
can use this:
Restfulie.at resource = (url). get ();
resource.response.body
resource.response.code -
Carlos Alberto (euprogramador) June 9th, 2010 @ 03:07 PM
- State changed from resolved to open
-
Carlos Alberto (euprogramador) June 10th, 2010 @ 10:50 AM
- State changed from open to resolved
agora está funcionando, e foi testado o part3 do exemplo
-
Carlos Alberto (euprogramador) June 10th, 2010 @ 10:50 AM
already implemented
can use this:
resource = Restfulie.at(url).get();
resource.response.body
resource.response.code -
Guilherme Silveira June 18th, 2010 @ 10:30 AM
- Milestone changed from upcoming release to upcoming release
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 »
Restfulie's javascript port