Created
April 2, 2010 09:36
-
-
Save filiptepper/352975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ curl -v -H'Accept: application/json' -H'X-Blip-API: 0.02' http://api.blip.pl/shortlinks/8ap91 | |
* About to connect() to api.blip.pl port 80 (#0) | |
* Trying 91.197.13.170... connected | |
* Connected to api.blip.pl (91.197.13.170) port 80 (#0) | |
> GET /shortlinks/8ap91 HTTP/1.1 | |
> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3 | |
> Host: api.blip.pl | |
> Accept: application/json | |
> X-Blip-API: 0.02 | |
> | |
< HTTP/1.1 200 OK | |
< Date: Fri, 02 Apr 2010 09:34:28 GMT | |
< Server: Apache/2.2.3 (Debian) Phusion_Passenger/2.2.5 | |
< X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.2.5 | |
< X-Runtime: 6 | |
< ETag: "d5b3f8c8709c3a0c498116b6d43a3c9a" | |
< Cache-Control: private, max-age=0, must-revalidate | |
< Content-Length: 195 | |
< Status: 200 | |
< Connection: close | |
< Content-Type: application/json; charset=utf-8 | |
< | |
* Closing connection #0 | |
{"original_link":"http://www.bliplog.pl/odnow-blipa-jesli-potrafisz-\u2013-praca-dla-front-end-developera/625","shortcode":"8ap91","created_at":"2010-04-01 09:49:42","id":12464691,"hit_count":81} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment