Skip to content

Instantly share code, notes, and snippets.

@vinitkumar
Created August 8, 2012 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinitkumar/3294825 to your computer and use it in GitHub Desktop.
Save vinitkumar/3294825 to your computer and use it in GitHub Desktop.
webapi-vim: Vim Interface to Web API
Description:
Interface to WEB APIs.
Currently this library support following protocols.
* Basic HTTP
* OAuth
* Atompub
* SOAP (in progress)
* XMLRPC
* MetaWeblog API
This library contains:
XML Parser
HTML Parser(Hack Way)
JSON Praser
BASE64 Hash Algorism
SHA1 Hash Algorism
HMAC HASH Algorism
Bit Operation Library
Converter for "UTF-8 to Unicode"
Require:
curl command : http://curl.haxx.se/
Thanks To:
Yukihiro Nakadaira : http://sites.google.com/site/yukihironakadaira/
autoload/base64.vim (I added small changes)
autoload/hmac.vim
autoload/sha1.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment