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

Implement Search Methods #2

Merged
merged 7 commits into from
Jul 19, 2023
Merged

Conversation

anisbhsl
Copy link
Collaborator

This PR implements first subset of search.* methods for Sinequa REST API.

@anisbhsl anisbhsl linked an issue Jun 30, 2023 that may be closed by this pull request
1 task
@anisbhsl anisbhsl changed the base branch from main to develop June 30, 2023 23:20
@anisbhsl anisbhsl added the enhancement New feature or request label Jul 3, 2023
@anisbhsl anisbhsl self-assigned this Jul 12, 2023

def test_search_dataset():
config={
"base_url":"http://ec2-100-26-187-210.compute-1.amazonaws.com/api/v1",
"access_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJTaW5lcXVhIiwiaWF0IjoxNjgyNDYxNDI2LCJzaWQiOiJDMkY4QzhGQ0U3Mjk0MjEyOTJDOUM0NEQ4NDM2ODQ3MyIsImtpbmQiOiJhY2Nlc3MiLCJleHAiOjE2OTAyMzc0MjYsInN1YiI6IlNpbmVxdWF8and0LXVzZXIifQ.267q0E-h9jX3TnjUUXbn9ZybkSzv0kssx_mhCw_H55c",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This token is no longer valid. Came by mistake!

@anisbhsl anisbhsl merged commit c68a1f8 into develop Jul 19, 2023
@anisbhsl anisbhsl deleted the feature/1/implement-search-endpoints branch July 19, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pynequa: Implement First Set of Search Endpoints
1 participant