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 94f18c8 commit cd42cf6Copy full SHA for cd42cf6
1 file changed
README.md
@@ -21,7 +21,7 @@ spice-rs = { git = "https://github.com/spiceai/spice-rs", tag = "v1.0.0" }
21
use spice_rs::new_spice_client;
22
23
let client = new_spice_client("API_KEY".to_string());
24
-let data = client.query("SELECT * FROM eth.recent_blocks LIMIT 10;".to_string(), Some(5*60)).await;
+let data = client.query("SELECT * FROM eth.recent_blocks LIMIT 10;".to_string()).await;
25
```
26
27
### HTTP API
0 commit comments