4 releases
0.1.3 | Aug 19, 2023 |
---|---|
0.1.2 | Aug 19, 2023 |
0.1.1 | Aug 19, 2023 |
0.1.0 | Aug 19, 2023 |
#188 in #rest
5KB
67 lines
contentfree
このライブラリはContentfulを rust で便利に使うために作られたものです。
使用例
get_content
let client = ContentfulClient::new("your-space".to_string(), "your-content-type".to_string());
let response = client.get_content().await?;
let json_response: ContentfulResponse<YourResponseJson> = response.json().await?;
Dependencies
~7–19MB
~263K SLoC