UncleBill / webapi-vim

vim interface to Web API

Home Page:http://www.vim.org/scripts/script.php?script_id=4019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webapi-vim: Vim Interface to Web API

Description:
    An Interface to WEB APIs.
    Currently this library supports the following protocols:

    * Basic HTTP
    * OAuth
    * Atompub
    * SOAP (in progress)
    * XMLRPC
    * MetaWeblog API

    This library contains:
        XML Parser
        HTML Parser(Hack Way)
        JSON Parser
        BASE64 Hash Algorithm
        SHA1 Hash Algorithm
        HMAC HASH Algorithm
        Bit Operation Library
        Converter for "UTF-8 to Unicode"

Requirements:

    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

About

vim interface to Web API

http://www.vim.org/scripts/script.php?script_id=4019


Languages

Language:Vim Script 100.0%