forked from skycoin/pyskycoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request skycoin#125 from simelo/stdevMac_t86_generate_pyth…
…on_api fixes skycoin#86 - Generate Python client for Skycoin node REST API
- Loading branch information
Showing
96 changed files
with
10,107 additions
and
10,052 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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,4 +1,5 @@ | ||
# openapi-client | ||
# Skycoin node API client | ||
|
||
Skycoin is a next-generation cryptocurrency. | ||
|
||
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: | ||
|
@@ -24,7 +25,7 @@ pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git | |
|
||
Then import the package: | ||
```python | ||
import openapi_client | ||
import skyapi | ||
``` | ||
|
||
### Setuptools | ||
|
@@ -38,7 +39,7 @@ python setup.py install --user | |
|
||
Then import the package: | ||
```python | ||
import openapi_client | ||
import skyapi | ||
``` | ||
|
||
## Getting Started | ||
|
@@ -48,12 +49,12 @@ Please follow the [installation procedure](#installation--usage) and then run th | |
```python | ||
from __future__ import print_function | ||
import time | ||
import openapi_client | ||
from openapi_client.rest import ApiException | ||
import skyapi | ||
from skyapi.rest import ApiException | ||
from pprint import pprint | ||
|
||
# create an instance of the API class | ||
api_instance = openapi_client.DefaultApi(openapi_client.ApiClient(configuration)) | ||
api_instance = skyapi.DefaultApi(skyapi.ApiClient(configuration)) | ||
|
||
try: | ||
# Returns the total number of unique address that have coins. | ||
|
@@ -160,6 +161,6 @@ Class | Method | HTTP request | Description | |
|
||
## Author | ||
|
||
skycoin.[email protected] | ||
contact@skycoin.net | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.