-
Notifications
You must be signed in to change notification settings - Fork 0
Python Doc
Adrian edited this page May 3, 2022
·
2 revisions
pip install pipreqs
pip install -r requirements.txt
Once the OpenAPI files are generated for python it's necessary to change the host in the configuration.py file from "None" to "http://localhost:8080/musicshop-1.0".
import openapi_client.api.default_api as default_api
thomas = default_api.DefaultApi().find_albums_by_song_title('bad')
print(thomas)