「BIPS/API」の版間の差分

提供: tezos-wiki
移動先: 案内検索
(Created page with "===Meet the REST API=== It’s so easy, we’ve embedded a bunch of examples right here. curl https://bips.me/api/v1/invoice \<br /> -u apikey \<br /> -d price=100 \<br /> -d...")
 
(1 revision imported)
2行目: 2行目:
 
It’s so easy, we’ve embedded a bunch of examples right here.
 
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 \&lt;br /&gt;
-u apikey \<br />
+
-u apikey \&lt;br /&gt;
-d price=100 \<br />
+
-d price=100 \&lt;br /&gt;
 
-d currency=USD
 
-d currency=USD
  
 
===Documentation===
 
===Documentation===
  
REST API parameter details with examples of constructing requests.<br />
+
REST API parameter details with examples of constructing requests.&lt;br /&gt;
 
[https://bips.me/connect/BitcoinInternetPaymentSystemAPI.pdf Learn more]
 
[https://bips.me/connect/BitcoinInternetPaymentSystemAPI.pdf Learn more]
  
 
===Quickstart===
 
===Quickstart===
  
Step by step guides building basic web apps that accept bitcoin payments.<br />
+
Step by step guides building basic web apps that accept bitcoin payments.&lt;br /&gt;
 
[https://bips.me/connect/Quickstart.pdf Learn more]
 
[https://bips.me/connect/Quickstart.pdf Learn more]
 +
 +
==Source==
 +
 +
[http://bitcoin.it/ http://bitcoin.it/]

2017年12月19日 (火) 03:43時点における版

Meet the REST API

It’s so easy, we’ve embedded a bunch of examples right here.

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

Documentation

REST API parameter details with examples of constructing requests.<br /> Learn more

Quickstart

Step by step guides building basic web apps that accept bitcoin payments.<br /> Learn more

Source

http://bitcoin.it/