openapi-generator/samples/client/petstore-security-test/python
Ville Skyttä 224fd208e7 Various python cleanups (#3650)
* python: Let logging format messages on demand

* python: Use six more

* python: Remove unused imports

* python: flake8 fixes

* python: Make examples compatible with Python 3

* python: Spelling fixes
2016-08-30 10:16:17 +08:00
..
docs better code injection handling for python 2016-06-28 17:07:50 +08:00
petstore_api Various python cleanups (#3650) 2016-08-30 10:16:17 +08:00
test better code injection handling for python 2016-06-28 17:07:50 +08:00
.gitignore better code injection handling for python 2016-06-28 17:07:50 +08:00
.swagger-codegen-ignore better code injection handling for python 2016-06-28 17:07:50 +08:00
.travis.yml better code injection handling for python 2016-06-28 17:07:50 +08:00
git_push.sh better code injection handling for python 2016-06-28 17:07:50 +08:00
LICENSE better code injection handling for python 2016-06-28 17:07:50 +08:00
README.md better code injection handling for python 2016-06-28 17:07:50 +08:00
requirements.txt better code injection handling for python 2016-06-28 17:07:50 +08:00
setup.py better code injection handling for python 2016-06-28 17:07:50 +08:00
test-requirements.txt better code injection handling for python 2016-06-28 17:07:50 +08:00
tox.ini better code injection handling for python 2016-06-28 17:07:50 +08:00

petstore_api

This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: " \ */ ' " =end

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.0.0 */ ' " =end
  • Package version: 1.0.0
  • Build date: 2016-06-28T16:59:35.203+08:00
  • Build package: class io.swagger.codegen.languages.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import petstore_api 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import petstore_api

Getting Started

Please follow the installation procedure and then run the following:

import time
import petstore_api
from petstore_api.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = petstore_api.FakeApi
test_code_inject____end = 'test_code_inject____end_example' # str | To test code injection */ ' \" =end (optional)

try:
    # To test code injection */ ' \" =end
    api_instance.test_code_inject____end(test_code_inject____end=test_code_inject____end)
except ApiException as e:
    print "Exception when calling FakeApi->test_code_inject____end: %s\n" % e

Documentation for API Endpoints

All URIs are relative to *https://petstore.swagger.io */ ' " =end/v2 / ' " =end

Class Method HTTP request Description
FakeApi test_code_inject____end PUT /fake To test code injection */ ' " =end

Documentation For Models

Documentation For Authorization

api_key

  • Type: API key
  • API key parameter name: api_key */ ' " =end
  • Location: HTTP header

petstore_auth

Author

apiteam@swagger.io */ ' " =end