mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
build: remove dotenvy
This commit is contained in:
parent
5376002177
commit
0d29a691c0
4 changed files with 6 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# ckanaction
|
||||
|
||||
Rust library crate to access CKAN Action API endpoints through Rust builders. Based on the CKAN Action API v3. Endpoints are expected to return with an output of type `serde_json::Value`.
|
||||
Rust library crate to access [CKAN](https://ckan.org) Action API endpoints through Rust builders. Based on the CKAN Action API v3. Endpoints are expected to return with an output of type `serde_json::Value`.
|
||||
|
||||

|
||||
|
||||
|
|
@ -76,5 +76,4 @@ println!("{status_show:#?}");
|
|||
|
||||
## Notes
|
||||
|
||||
- Add the `CKAN_API_TOKEN` environment variable to a `.env` file where the program runs to include the token when making requests to the CKAN API.
|
||||
- If you use a `maybe_fn()` then if you provide `None` it will be ignored and that parameter will not be added to the JSON body. This library assumes `None` would not be provided as a value (since the cases where it is a value is often the default value that the CKAN API already has set for that parameter).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue