LoginSignup
0
0

More than 5 years have passed since last update.

WufooのAPIでデータを登録するときにあなたが知っておかないといけないたった一つのこと

Posted at

WufooのAPIを使うと、JSONまたはXMLでデータをGETできるが、POSTできるのはForm URL-Encodedである。

{ 
  "Field24": "Soutaro Matsumoto",
  "Field25": "matsumoto@soutaro.com"
}

Field24=Soutaro%20Matsumoto&Field25=matsumoto%40soutaro.com

ちょうどうでもいいけど、「プログラマじゃなくてもフォームとか作れて便利だし」というサービスであるWufooに、API経由で別のプログラム経由でデータを送りつけるというのは、あまり正しい使い方でない気がしなくもない……

参考文献

The service doesn't accept json, it only replies in json.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0