Spaces:
Sleeping
Sleeping
davidgasquez
commited on
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ app_port: 8084
|
|
13 |
|
14 |
A simple API built with [RoAPI](https://github.com/roapi/roapi) to serve the datasets that are available in the [Datonic's Hugging Face Organization](https://huggingface.co/datonic).
|
15 |
|
16 |
-
|
17 |
|
18 |
```bash
|
19 |
-
|
20 |
```
|
|
|
13 |
|
14 |
A simple API built with [RoAPI](https://github.com/roapi/roapi) to serve the datasets that are available in the [Datonic's Hugging Face Organization](https://huggingface.co/datonic).
|
15 |
|
16 |
+
The API is available at `https://datonic-api.hf.space`.
|
17 |
|
18 |
```bash
|
19 |
+
curl -X POST -d "select * from world_development_indicators limit 10" https://datonic-api.hf.space/api/sql
|
20 |
```
|