Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Call APIs using Python

Python is really good at calling APIs, and it actually gives you alle the functionality you need to call APIs no matter encryption method and format. I would be happy to see libraries like the following supported in PBI Service: - requests - hashlib - hmac - base64 - datetime - time - xml.etree.cElementTree requests enable you to call almost any type of APIs, and the other libraries are really handy (and often mandatory) for encoding/decoding and formatting. Unfortunately, I would not be able to do all this in Power Query SDK, and I don't see why you would continue developing this when you already have such a good alternative out there 🙂
Status: Needs Votes
Comments
fbcideas_migusr
New Member
Status changed to: Needs Votes