ckanapi 0.1.0

API client for CKAN data portals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.reqwest]
features = ["multipart", "blocking", "json"]
version = "0.11.10"

[dependencies.serde]
features = ["derive"]
version = "1.0.137"

[dependencies.serde_json]
version = "1.0.81"

[package]
description = "API client for CKAN data portals"
edition = "2021"
license = "Apache-2.0"
name = "ckanapi"
version = "0.1.0"