Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabevlohn/rust_api_client_2024
Trying to interact with REST API and parse JSON-response at April 2024
https://github.com/dabevlohn/rust_api_client_2024
api api-rest json json-parser rust rust-lang struct types unit-testing
Last synced: 8 days ago
JSON representation
Trying to interact with REST API and parse JSON-response at April 2024
- Host: GitHub
- URL: https://github.com/dabevlohn/rust_api_client_2024
- Owner: dabevlohn
- Created: 2024-04-22T20:04:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T15:10:45.000Z (9 months ago)
- Last Synced: 2024-11-28T05:12:44.385Z (2 months ago)
- Topics: api, api-rest, json, json-parser, rust, rust-lang, struct, types, unit-testing
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust API Client 2024
```shell
ai@Stealth ~/D/m/testapi (master)> ./target/release/testapi
DataJson {
lang: "rust",
body: "json",
}
HeadJson {
Accept: "*/*",
Host: "httpbin.org",
}
origin: xxx.xxx.xxx.xxx, url: http://httpbin.org/post
ai@Stealth ~/D/m/testapi (master)>
```