-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skyapi] refs #15 Regenerate at 0.25.1 for change in spec
- Loading branch information
Showing
95 changed files
with
3,275 additions
and
3,376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.3.4 | ||
4.0.0-SNAPSHOT |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Skycoin REST API. | ||
- API version: 0.25.1 | ||
- Build date: 2019-03-14T21:13:49.839099-04:00[America/Havana] | ||
- Build date: 2019-06-06T13:17:51.889712-04:00[America/Havana] | ||
|
||
Skycoin is a next-generation cryptocurrency. | ||
|
||
|
@@ -41,7 +41,7 @@ Add this dependency to your project's POM: | |
<dependency> | ||
<groupId>Skycoin</groupId> | ||
<artifactId>skyapi</artifactId> | ||
<version>v0.25.1</version> | ||
<version>0.25.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
``` | ||
|
@@ -51,7 +51,7 @@ Add this dependency to your project's POM: | |
Add this dependency to your project's build file: | ||
|
||
```groovy | ||
compile "Skycoin:skyapi:v0.25.1" | ||
compile "Skycoin:skyapi:0.25.1" | ||
``` | ||
|
||
### Others | ||
|
@@ -64,7 +64,7 @@ mvn clean package | |
|
||
Then manually install the following JARs: | ||
|
||
* `target/skyapi-v0.25.1.jar` | ||
* `target/skyapi-0.25.1.jar` | ||
* `target/lib/*.jar` | ||
|
||
## Getting Started | ||
|
@@ -159,15 +159,15 @@ Class | Method | HTTP request | Description | |
|
||
## Documentation for Models | ||
|
||
- [Apiv1exploreraddressInputs](docs/Apiv1exploreraddressInputs.md) | ||
- [Apiv1exploreraddressOutputs](docs/Apiv1exploreraddressOutputs.md) | ||
- [Apiv1exploreraddressStatus](docs/Apiv1exploreraddressStatus.md) | ||
- [Apiv1pendingTxsTransaction](docs/Apiv1pendingTxsTransaction.md) | ||
- [Apiv1walletsEntries](docs/Apiv1walletsEntries.md) | ||
- [Apiv1walletsMeta](docs/Apiv1walletsMeta.md) | ||
- [Apiv1wallettransactionHoursSelection](docs/Apiv1wallettransactionHoursSelection.md) | ||
- [Apiv1wallettransactionTo](docs/Apiv1wallettransactionTo.md) | ||
- [Apiv1wallettransactionWallet](docs/Apiv1wallettransactionWallet.md) | ||
- [ApiV1ExplorerAddressInputs](docs/ApiV1ExplorerAddressInputs.md) | ||
- [ApiV1ExplorerAddressOutputs](docs/ApiV1ExplorerAddressOutputs.md) | ||
- [ApiV1ExplorerAddressStatus](docs/ApiV1ExplorerAddressStatus.md) | ||
- [ApiV1PendingTxsTransaction](docs/ApiV1PendingTxsTransaction.md) | ||
- [ApiV1WalletTransactionHoursSelection](docs/ApiV1WalletTransactionHoursSelection.md) | ||
- [ApiV1WalletTransactionTo](docs/ApiV1WalletTransactionTo.md) | ||
- [ApiV1WalletTransactionWallet](docs/ApiV1WalletTransactionWallet.md) | ||
- [ApiV1WalletsEntries](docs/ApiV1WalletsEntries.md) | ||
- [ApiV1WalletsMeta](docs/ApiV1WalletsMeta.md) | ||
- [InlineObject](docs/InlineObject.md) | ||
- [InlineResponse200](docs/InlineResponse200.md) | ||
- [InlineResponse2001](docs/InlineResponse2001.md) | ||
|
@@ -198,5 +198,5 @@ It's recommended to create an instance of `ApiClient` per thread in a multithrea | |
|
||
## Author | ||
|
||
skycoin.[email protected] | ||
contact@skycoin.net | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...skyapi/docs/Apiv1exploreraddressInputs.md → ...skyapi/docs/ApiV1ExplorerAddressInputs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...kyapi/docs/Apiv1exploreraddressOutputs.md → ...kyapi/docs/ApiV1ExplorerAddressOutputs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...skyapi/docs/Apiv1exploreraddressStatus.md → ...skyapi/docs/ApiV1ExplorerAddressStatus.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
...skyapi/docs/Apiv1pendingTxsTransaction.md → ...skyapi/docs/ApiV1PendingTxsTransaction.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...s/Apiv1wallettransactionHoursSelection.md → ...s/ApiV1WalletTransactionHoursSelection.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
lib/skyapi/docs/Apiv1wallettransactionTo.md → lib/skyapi/docs/ApiV1WalletTransactionTo.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...yapi/docs/Apiv1wallettransactionWallet.md → ...yapi/docs/ApiV1WalletTransactionWallet.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
lib/skyapi/docs/Apiv1walletsEntries.md → lib/skyapi/docs/ApiV1WalletsEntries.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
lib/skyapi/docs/Apiv1walletsMeta.md → lib/skyapi/docs/ApiV1WalletsMeta.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
|
||
|
||
# InlineObject | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**changeAddress** | **String** | | [optional] | ||
**hoursSelection** | [**Apiv1wallettransactionHoursSelection**](Apiv1wallettransactionHoursSelection.md) | | [optional] | ||
**hoursSelection** | [**ApiV1WalletTransactionHoursSelection**](ApiV1WalletTransactionHoursSelection.md) | | [optional] | ||
**ignoreUnconfirmed** | **Boolean** | | [optional] | ||
**to** | [**List<Apiv1wallettransactionTo>**](Apiv1wallettransactionTo.md) | | [optional] | ||
**wallet** | [**Apiv1wallettransactionWallet**](Apiv1wallettransactionWallet.md) | | [optional] | ||
**to** | [**List<ApiV1WalletTransactionTo>**](ApiV1WalletTransactionTo.md) | | [optional] | ||
**wallet** | [**ApiV1WalletTransactionWallet**](ApiV1WalletTransactionWallet.md) | | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.