forked from mattn/webapi-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
34 lines (26 loc) · 730 Bytes
/
README
File metadata and controls
34 lines (26 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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