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

#300 in HTTP client

MIT license

5KB
67 lines

contentfree

Crate

このライブラリは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–21MB
~315K SLoC