1
1
# openapi-client
2
+
2
3
API for application developers
3
4
4
5
This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
@@ -13,16 +14,19 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
13
14
Python 3.8+
14
15
15
16
## Installation & Usage
17
+
16
18
### pip install
17
19
18
20
If the python package is hosted on a repository, you can install directly using:
19
21
20
22
``` sh
21
23
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
22
24
```
25
+
23
26
(you may need to run ` pip ` with root permission: ` sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git ` )
24
27
25
28
Then import the package:
29
+
26
30
``` python
27
31
import openapi_client
28
32
```
@@ -34,9 +38,11 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
34
38
``` sh
35
39
python setup.py install --user
36
40
```
41
+
37
42
(or ` sudo python setup.py install ` to install the package for all users)
38
43
39
44
Then import the package:
45
+
40
46
``` python
41
47
import openapi_client
42
48
```
@@ -50,32 +56,24 @@ Execute `pytest` to run the tests.
50
56
Please follow the [ installation procedure] ( #installation--usage ) and then run the following:
51
57
52
58
``` python
53
-
54
59
import openapi_client
55
60
from openapi_client.rest import ApiException
56
61
from pprint import pprint
57
-
58
62
```
59
63
60
64
## Documentation for API Endpoints
61
65
62
66
All URIs are relative to * http://localhost *
63
67
64
- Class | Method | HTTP request | Description
65
- ------------ | ------------- | ------------- | -------------
66
-
68
+ | Class | Method | HTTP request | Description |
69
+ | ----- | ------ | ------------ | ----------- |
67
70
68
71
## Documentation For Models
69
72
70
-
71
-
72
73
<a id =" documentation-for-authorization " ></a >
74
+
73
75
## Documentation For Authorization
74
76
75
77
Endpoints do not require authorization.
76
78
77
-
78
79
## Author
79
-
80
-
81
-
0 commit comments