「BIPS/API」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(1版 をインポートしました)
 
(4人の利用者による、間の4版が非表示)
1行目: 1行目:
===Meet the REST API===
+
== REST APIを知る==
It’s so easy, we’ve embedded a bunch of examples right here.
+
簡単です。下記URL内にて例を示しています。
  
curl https://bips.me/api/v1/invoice \<br />
+
curl https://bips.me/api/v1/invoice \ <br/>
-u apikey \<br />
+
-u apikey \ <br/>
-d price=100 \<br />
+
-d price = 100 \ <br/>
-d currency=USD
+
-d currency = USD
  
===Documentation===
+
==ドキュメンテーション==
  
REST API parameter details with examples of constructing requests.<br />
+
REST APIパラメータの詳細とリクエストの作成例を示します。<br/>
[https://bips.me/connect/BitcoinInternetPaymentSystemAPI.pdf Learn more]
+
[[https://bips.me/connect/BitcoinInternetPaymentSystemAPI.pdf 詳細]]
  
===Quickstart===
+
==クイックスタート==
  
Step by step guides building basic web apps that accept bitcoin payments.<br />
+
ビットコインの支払いを受け入れる基本的なWebアプリケーションを作成する手順を段階的に紹介します。<br/>
[https://bips.me/connect/Quickstart.pdf Learn more]
+
[[https://bips.me/connect/Quickstart.pdf 詳細]]

2018年4月23日 (月) 02:01時点における最新版

REST APIを知る[編集]

簡単です。下記URL内にて例を示しています。

curl https://bips.me/api/v1/invoice \
-u apikey \
-d price = 100 \
-d currency = USD

ドキュメンテーション[編集]

REST APIパラメータの詳細とリクエストの作成例を示します。
[詳細]

クイックスタート[編集]

ビットコインの支払いを受け入れる基本的なWebアプリケーションを作成する手順を段階的に紹介します。
[詳細]