4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

backlog API を使う① ~APIキーの登録・認証方法~

Posted at

#1、経緯
プログラムで実行した結果やエラー時にバックログにコメントできたらな・・・と思い、
backlog APIを調査してみました。

#2、APIキーの登録
backlog API を使用するには、APIキーの登録が必要です。
http://www.backlog.jp/help/usersguide/personal-settings/userguide2378.html

#3、API キーを付加して認証する
https://developer.nulab-inc.com/ja/docs/backlog/auth/
先ほど取得したAPI キーをパラメータ名 “apiKey” として付加することで認証が行えます。

api例
https://xx.backlog.jp/api/v2/users/myself?apiKey="発行されたapiキー" 

意外と簡単!

4
4
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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?