dotfiles/vim/bundle/webapi-vim
2013-07-07 17:25:47 -04:00
..
autoload/webapi Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
doc Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
example Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
.gitignore Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
Makefile Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
README Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
webapi.vim.vimup Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00

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