We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow a signature similar to the JS client we have here - https://docs.appbase.io/javascript/api-reference.html#appbase.
https://github.com/harsh-2711/SwiftElasticSearch/blob/bf20eec8bec88b48edbe16929af50684d14c90d9/SwiftElasticSearch/SwiftElasticSearch/SwiftElasticSearch.swift#L119
username, password are redundant parameters for credentials.
We shouldn't ask for sslconfig from the user.
The text was updated successfully, but these errors were encountered:
url should also take the scheme from the user. Example value can be: "https://elasticsearch:9200"
url
Sorry, something went wrong.
No branches or pull requests
Follow a signature similar to the JS client we have here - https://docs.appbase.io/javascript/api-reference.html#appbase.
https://github.com/harsh-2711/SwiftElasticSearch/blob/bf20eec8bec88b48edbe16929af50684d14c90d9/SwiftElasticSearch/SwiftElasticSearch/SwiftElasticSearch.swift#L119
username, password are redundant parameters for credentials.
We shouldn't ask for sslconfig from the user.
The text was updated successfully, but these errors were encountered: