Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#172 Generate skyapi == 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Dec 6, 2019
1 parent d94e6d0 commit 539f103
Show file tree
Hide file tree
Showing 241 changed files with 5,556 additions and 21,556 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ build: build-libc-swig ## Build PySkycoin Python package

test-ci: build-libc build-swig develop ## Run tests on (Travis) CI build
tox
# (cd $(PYTHON_CLIENT_DIR) && tox)
(cd $(PYTHON_CLIENT_DIR) && tox)

test-skyapi: build-libc build-swig develop ## Run project test suite by skyapi
(cd $(PYTHON_CLIENT_DIR) && $(PYTHON_BIN) setup.py test)
Expand Down
2 changes: 1 addition & 1 deletion lib/skyapi/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0-SNAPSHOT
4.1.3
File renamed without changes.
10 changes: 6 additions & 4 deletions lib/skyapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Skycoin is a next-generation cryptocurrency.

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.26.0
- Package version: 1.0.0
- API version: 0.27.0
- Package version: 0.27.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://skycoin.net](https://skycoin.net)

Expand All @@ -15,7 +15,7 @@ Python 2.7 and 3.4+
## Installation & Usage
### pip install

If the python package is hosted on Github, you can install directly from Github
If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
Expand Down Expand Up @@ -53,7 +53,9 @@ from skyapi.rest import ApiException
from pprint import pprint


# create an instance of the API class
# Defining host is optional and default to http://127.0.0.1:6420
configuration.host = "http://127.0.0.1:6420"
# Create an instance of the API class
api_instance = skyapi.DefaultApi(skyapi.ApiClient(configuration))

try:
Expand Down
Loading

0 comments on commit 539f103

Please sign in to comment.