Forum Discussion

MoniaJ's avatar
MoniaJ
New Member
5 years ago

Where to look for knowledge about getting data from OpenAPI via Swagger?

hello!

I'm not pro and not yet really good at looking for knowledge. I use python mainly as a hobby, but sometimes I use it to speed up my professional tasks (short scripts). Our tax authorities published API using Swagger and I'd like to get datae from this API so I can process it with python. Where I can find this part of Swagger manual/tutorial? Thanks a lot for your patience!

1 Reply

  • I think the beauty about the Open API is that it doesn't require any special client to interact with. You can use https://www.getpostman.com/ to directly call the endpoints (given that you have access to the spec).

     

    Can you point to the documentation of the API you're working with?