The Wayback Machine - https://web.archive.org/web/20200107065324/https://github.com/mattn/webapi-vim
Skip to content
vim interface to Web API
Vim script Makefile
Branch: master
Clone or download
Latest commit 10b8e92 Nov 18, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Create FUNDING.yml Jul 8, 2019
autoload/webapi Fix #37 Nov 18, 2019
doc fix typo in document. Oct 2, 2014
example fix typo Jul 11, 2019
.gitignore close #3 May 17, 2012
Makefile add tools Apr 15, 2012
README.md update directions Oct 27, 2014
webapi.vim.vimup Bump up version Oct 19, 2014

README.md

webapi-vim

An Interface to WEB APIs.

Description

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"

Installation

Copy the files in this library to your .vim directory. Alternatively, if you use pathogen, copy this folder to your .vim/bundle directory.

Requirements

You need the curl command, which can be downloaded from here: http://curl.haxx.se/

*or*

the wget command, available here: https://www.gnu.org/software/wget/

Thanks

Yukihiro Nakadaira : http://sites.google.com/site/yukihironakadaira/

  • autoload/base64.vim (I added small changes)
  • autoload/hmac.vim
  • autoload/sha1.vim

License

Public Domain

Project Authors

Yasuhiro Matsumoto (a.k.a mattn)

You can’t perform that action at this time.