We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0371f3c commit a04cb95Copy full SHA for a04cb95
Sources/HaystackClient/Client.swift
@@ -224,7 +224,7 @@ public class Client {
224
/// - filter: A string filter
225
/// - limit: The maximum number of entities to return in response
226
/// - Returns: A grid with a row for each entity read
227
- public func readAll(filter: String, limit: Number? = nil) async throws -> Grid {
+ public func read(filter: String, limit: Number? = nil) async throws -> Grid {
228
var args: [String: any Val] = ["filter": filter]
229
if let limit = limit {
230
args["limit"] = limit
0 commit comments