appbase-swift icon indicating copy to clipboard operation
appbase-swift copied to clipboard

Swift Library for appbase.io and ElasticSearch

Results 5 appbase-swift issues
Sort by recently updated
recently updated
newest added

Remove outside dir which is an extra dir.

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...