We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410c9cf commit 10fedcdCopy full SHA for 10fedcd
README.md
@@ -37,9 +37,9 @@ Look up rows in a sheet by a specific value on column(s).
37
data, err := steinClient.Get("sheet1", gostein.SearchParams{
38
Limit: 10,
39
Conditions: map[string]string{
40
- "column_1": "value_column_1",
41
- "column_2": "value_column_2",
42
- }
+ "column_1": "value_column_1",
+ "column_2": "value_column_2",
+ }
43
})
44
...
45
```
0 commit comments