Skip to content

Commit e9662a7

Browse files
rushilpatel0github-actions[bot]
authored andcommitted
Automated pre-commit update
1 parent de53d1f commit e9662a7

File tree

12 files changed

+270
-528
lines changed

12 files changed

+270
-528
lines changed

src/codegen/api/clients/README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# openapi-client
2+
23
API for application developers
34

45
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:
1314
Python 3.8+
1415

1516
## Installation & Usage
17+
1618
### pip install
1719

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

2022
```sh
2123
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
2224
```
25+
2326
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
2427

2528
Then import the package:
29+
2630
```python
2731
import openapi_client
2832
```
@@ -34,9 +38,11 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
3438
```sh
3539
python setup.py install --user
3640
```
41+
3742
(or `sudo python setup.py install` to install the package for all users)
3843

3944
Then import the package:
45+
4046
```python
4147
import openapi_client
4248
```
@@ -50,32 +56,24 @@ Execute `pytest` to run the tests.
5056
Please follow the [installation procedure](#installation--usage) and then run the following:
5157

5258
```python
53-
5459
import openapi_client
5560
from openapi_client.rest import ApiException
5661
from pprint import pprint
57-
5862
```
5963

6064
## Documentation for API Endpoints
6165

6266
All URIs are relative to *http://localhost*
6367

64-
Class | Method | HTTP request | Description
65-
------------ | ------------- | ------------- | -------------
66-
68+
| Class | Method | HTTP request | Description |
69+
| ----- | ------ | ------------ | ----------- |
6770

6871
## Documentation For Models
6972

70-
71-
7273
<a id="documentation-for-authorization"></a>
74+
7375
## Documentation For Authorization
7476

7577
Endpoints do not require authorization.
7678

77-
7879
## Author
79-
80-
81-

src/codegen/api/clients/openapi_client/__init__.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
# flake8: noqa
44

55
"""
6-
Developer API
6+
Developer API
77
8-
API for application developers
8+
API for application developers
99
10-
The version of the OpenAPI document: 1.0.0
11-
Generated by OpenAPI Generator (https://openapi-generator.tech)
10+
The version of the OpenAPI document: 1.0.0
11+
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
13-
Do not edit the class manually.
13+
Do not edit the class manually.
1414
""" # noqa: E501
1515

16-
1716
__version__ = "1.0.0"
1817

1918
# import apis into sdk package
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# flake8: noqa
22

33
# import apis into api package
4-

0 commit comments

Comments
 (0)