Join Slack
Powered by
Hi, I'm creating a source that calls an api endpoi...
# help-connector-development
i
Iván Alberquilla
01/17/2023, 12:23 PM
Hi, I'm creating a source that calls an api endpoint but I need to send a query since is a graphql endpoint. so I need to do a post call like this
response = <http://requests.post|requests.post>(endpoint, json={'query': query})
is that possible using the HTTP source? or only get functions are allowed? How can I add the json parameter to the body?
✅ 1
4
Views
Open in Slack
Previous
Next