Skip to content

Commit 3db5c08

Browse files
author
Antonio Buedo
authored
- Code refactor (#68)
1 parent c378b95 commit 3db5c08

File tree

146 files changed

+295
-292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+295
-292
lines changed

apidocs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>All Classes</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

apidocs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>All Packages</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

apidocs/com/bitpay/sdk/BitPayException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>BitPayException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Client.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>Client</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>
@@ -118,7 +118,7 @@ <h2 title="Class Client" class="title">Class Client</h2>
118118
extends java.lang.Object</pre>
119119
<dl>
120120
<dt><span class="simpleTagLabel">Version:</span></dt>
121-
<dd>5.1.2011
121+
<dd>5.2.2011
122122
See bitpay.com/api for more information.
123123
date 03.11.2020</dd>
124124
<dt><span class="simpleTagLabel">Author:</span></dt>
@@ -1272,8 +1272,8 @@ <h4>submitPayoutRecipients</h4>
12721272
<dt><span class="returnLabel">Returns:</span></dt>
12731273
<dd>array A list of BitPay PayoutRecipients objects..</dd>
12741274
<dt><span class="throwsLabel">Throws:</span></dt>
1275-
<dd><code><a href="exceptions/PayoutCreationException.html" title="class in com.bitpay.sdk.exceptions">PayoutCreationException</a></code> - BitPayException class</dd>
1276-
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code></dd>
1275+
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code> - BitPayException class</dd>
1276+
<dd><code><a href="exceptions/PayoutCreationException.html" title="class in com.bitpay.sdk.exceptions">PayoutCreationException</a></code> - PayoutCreationException class</dd>
12771277
</dl>
12781278
</li>
12791279
</ul>
@@ -1297,7 +1297,7 @@ <h4>getPayoutRecipients</h4>
12971297
<dd>array A list of BitPayRecipient objects.</dd>
12981298
<dt><span class="throwsLabel">Throws:</span></dt>
12991299
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code> - BitPayException class</dd>
1300-
<dd><code><a href="exceptions/PayoutQueryException.html" title="class in com.bitpay.sdk.exceptions">PayoutQueryException</a></code></dd>
1300+
<dd><code><a href="exceptions/PayoutQueryException.html" title="class in com.bitpay.sdk.exceptions">PayoutQueryException</a></code> - PayoutQueryException class</dd>
13011301
</dl>
13021302
</li>
13031303
</ul>
@@ -1318,8 +1318,8 @@ <h4>getPayoutRecipient</h4>
13181318
<dt><span class="returnLabel">Returns:</span></dt>
13191319
<dd>PayoutRecipient A BitPay PayoutRecipient object.</dd>
13201320
<dt><span class="throwsLabel">Throws:</span></dt>
1321-
<dd><code><a href="exceptions/PayoutQueryException.html" title="class in com.bitpay.sdk.exceptions">PayoutQueryException</a></code> - BitPayException class</dd>
1322-
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code></dd>
1321+
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code> - BitPayException class</dd>
1322+
<dd><code><a href="exceptions/PayoutQueryException.html" title="class in com.bitpay.sdk.exceptions">PayoutQueryException</a></code> - PayoutQueryException class</dd>
13231323
</dl>
13241324
</li>
13251325
</ul>

apidocs/com/bitpay/sdk/Config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>Config</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Env.Tokens.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>Env.Tokens</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/Env.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>Env</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillCreationException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>BillCreationException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>BillDeliveryException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

apidocs/com/bitpay/sdk/exceptions/BillException.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (12.0.1) on Tue Nov 10 18:49:31 CET 2020 -->
5+
<!-- Generated by javadoc (12.0.1) on Mon Nov 16 12:44:08 CET 2020 -->
66
<title>BillException</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2020-11-10">
8+
<meta name="dc.created" content="2020-11-16">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

0 commit comments

Comments
 (0)