Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

vim interface to Web API

NotificationsYou must be signed in to change notification settings

mattn/webapi-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 youuse pathogen, copy this folder to your.vim/bundle directory.

Requirements

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

*or*

thewget 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)


[8]ページ先頭

©2009-2025 Movatter.jp