fartalk/test.py

10 lines
291 B
Python
Raw Permalink Normal View History

2025-02-18 08:31:20 +00:00
from bravado.client import SwaggerClient
client = SwaggerClient.from_url('https://telecom-pcs.wus2-01.prod.prod.telecom.srv.servicetitan.com/swagger/v1/swagger.json')
print(client)
quit()
pet = client.pet.getPetById(petId=1).response().result
# load Swagger resource file into App object