「BIPS/API」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(1版 をインポートしました)
1行目: 1行目:
===Meet the REST API===
+
=== REST APIを知る===
It’s so easy, we’ve embedded a bunch of examples right here.
+
それは簡単です、私たちはここにたくさんの例を埋め込んでいます。
  
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月11日 (水) 13:31時点における版

REST APIを知る

それは簡単です、私たちはここにたくさんの例を埋め込んでいます。

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

ドキュメンテーション

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

クイックスタート

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