Skip to content

Commit

Permalink
OneFS 8.0.0 Python Swagger bindings for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomicology committed Apr 14, 2018
1 parent c7fd5e1 commit f8de3bc
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Isilon SDK - Language bindings for the OneFS API
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3
- Package version: 0.2.0
- Package version: 0.2.1
- Build package: io.swagger.codegen.languages.PythonClientCodegen
For more information, please visit [https://github.com/Isilon/isilon_sdk](https://github.com/Isilon/isilon_sdk)

Expand Down Expand Up @@ -56,12 +56,13 @@ from isi_sdk_8_0.rest import ApiException
urllib3.disable_warnings()


# configure HTTP basic authorization: basicAuth
# configure cluster connection: basicAuth
configuration = isi_sdk_8_0.Configuration()
configuration.host = 'https://YOUR_CLUSTER_HOSTNAME_OR_NODE_IP:8080'
configuration.username = 'YOUR_USERNAME'
configuration.password = 'YOUR_PASSWORD'
configuration.verify_ssl = False

# create an instance of the API class
api_client = isi_sdk_8_0.ApiClient(configuration)
api_instance = isi_sdk_8_0.ProtocolsApi(api_client)
Expand Down Expand Up @@ -1553,3 +1554,25 @@ Class | Method | HTTP request | Description

sdk@isilon.com


## License

Copyright (c) 2018 Dell EMC Isilon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
14 changes: 12 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Isilon SDK - Language bindings for the OneFS API # noqa: E501
OpenAPI spec version: 2
OpenAPI spec version: 3
Contact: sdk@isilon.com
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand All @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "isi-sdk-8-0"
VERSION = "0.2.0"
VERSION = "0.2.1"
# To install the library, run the following
#
# python setup.py install
Expand Down Expand Up @@ -49,6 +49,16 @@
``pip install PKG_NAME``
Documentation
-------------
The SDK documentation is auto generated by Swagger Codegen and is
located in the
`isilon\_sdk\_python <https://github.com/Isilon/isilon_sdk_python>`__
repository. Please select the repository branch that is applicable to
the SDK package and OneFS version for accurate documentation references.
All SDK methods and models are linked from the top level README file.
Example program
---------------
Expand Down

0 comments on commit f8de3bc

Please sign in to comment.