Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Search GET requests send body #19

Closed
cdennig opened this issue Dec 17, 2020 · 2 comments
Closed

Azure Search GET requests send body #19

cdennig opened this issue Dec 17, 2020 · 2 comments

Comments

@cdennig
Copy link

cdennig commented Dec 17, 2020

e.g.:

url = endpoint + "indexes/hotels-quickstart/docs" + api_version + search_string_option2
response = requests.get(url, headers=headers, json=search_string_option1)
query = response.json()
pprint(query)

@cdennig
Copy link
Author

cdennig commented Dec 17, 2020

@CodeUnicornMartha fyi.

@CodeUnicornMartha
Copy link
Contributor

Thank you, just fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants