Pages tagged curl:

micha's resty at master - GitHub
http://github.com/micha/resty/tree/master

curl GET/POST/PUT/DELETE
rest from the command line (bash+curl)
Very, very cool. Fire up a local REST host pointing to any service, and then GET /blogs.json etc from the command line.
Little command line REST interface that you can use in pipelines. [Sublime :-) ]
resty is a RESTful HTTP friendly wrapper around curl
5 Extremely Simple Ways To Add Page Curl To Your Website
http://www.webdesignbooth.com/5-extremely-simple-ways-to-add-page-curl-to-your-website/
5 Extremely Simple Ways To Add Page Curl To Your Website
Page peel, also known as page curl, is something that you put at your website corner to display additional information such as advertisements, promotions or banners.
10 awesome things to do with cURL
http://www.catswhocode.com/blog/10-awesome-things-to-do-with-curl
hurl
http://hurl.r09.railsrumble.com/
Hurl makes HTTP requests. Enter a URL, set some headers, then view the response. Perfect for APIs.
Web app for testing HTTP requests.
online version of curl for viewing HTTP messages
Analyse HTTP headers. Like curl, but on the web.
Hurl makes HTTP requests. Enter a URL, set some headers, then view the response. Perfect for APIs.
Update Twitter and FriendFeed from the Linux command line
http://www.ibm.com/developerworks/linux/library/l-friendfeed/index.html
curl http://wikipedia.org
Summary: Learn how to use GNU Wget and cURL to send status updates to Twitter and FriendFeed without the use of a Twitter desktop application, and follow feeds from both Twitter and FriendFeed right from the Linux® command line. This article was updated on 31 Oct 2008 to correct a coding error in the wget command under "Adding a tweet using GNU Wget and cURL." --Ed.
Using the Twitter API | Ashley Ford - PaperMashup.com
http://papermashup.com/using-the-twitter-api/
Usar el api de twitter con php
Twitters da minha timeline
Here's a simple introduction on using the Twitter API. The API offers many different ways to connect to your details including xml, json, atom, and rss. Im
SimpleXMLElement
Mas ejemplos sobre el uso de Twitter
Techniques for Mastering cURL | Nettuts+
http://net.tutsplus.com/tutorials/php/techniques-and-resources-for-mastering-curl/
cURL is a tool for transferring files and data with URL syntax, supporting many protocols including HTTP, FTP, TELNET and more
Authenticating Twitter API calls with PHP & jQuery | Steve Reynolds Blog
http://www.reynoldsftw.com/2009/02/authenticating-twitter-api-calls-with-php-and-jquery/
In my previous post on this subject I spoke about making a simple call to the Twitter Search API to return some results every 30 seconds using jQuery and ajax.
Authenticating Twitter API calls with PHP & jQuery
Ejemplo de autenticacion de Twitter con PHP
cloudhead's http-console at master - GitHub
http://github.com/cloudhead/http-console
"Speak HTTP like a local"—a simple, intuitive HTTP REPL
interact with a website via a console http verbs
""Speak HTTP like a local"—a simple, intuitive HTTP REPL". Hint: you don't need to install npm to use this, just git clone the repo and run bin/http-console directly
http-console is a simple and intuitive interface for speaking the HTTP protocol.
"HTTP-console est un outil en ligne de commande qui vous permet de faire des requêtes HTTP et d'examiner la réponse. C'est donc une sorte de Curl, mais son mode interactif en fait un outil très pratique si vous avez à débugger une API Rest. Pour ceux qui préfèrent les interfaces web à la ligne de commande, vous pouvez regarder http://hurl.it/ (http://github.com/defunkt/hurl)."