scastillo / siesta

Sit back, relax and enjoy your REST client for python
scastillo.github.com/siesta
98 stars 19 forks source link

Typo in homepage #3

Closed jsalonen closed 12 years ago

jsalonen commented 12 years ago

The following code from Siesta homepage doesn't work:

api.resoure(id).resource_collection().get()

I think it should be api.resource(id).resource_collection().get()

scastillo commented 12 years ago

Actually siesta was just a concept that we don't implement anymore. If you are planning to use it on production i encourage you don't. May be you wanna try python-requests: http://docs.python-requests.org/en/v0.10.6/index.html

jsalonen commented 12 years ago

Hi,

Thanks for an honest reply. And no worries, I wasn't using it for anything serious :)

python-requests looks very interesting. Could you add this as a link to Siesta's frontpage so that future visitors would find it as well?