Interface pour redmine, utilisant son API pour proposer une accessibilité plus large.
| pages | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
Redmine Client
Usage
Mettre un token valid dans le fichier src/main.rs
Serveur Web
Développer en se basant sur : https://doc.rust-lang.org/book/ch20-00-final-project-a-web-server.html
Ressources
Rust
Examples
Rest API client
- https://github.com/seanmonstar/reqwest/issues/275
- https://github.com/seanmonstar/reqwest
- https://blog.logrocket.com/best-rust-http-client/
- https://docs.rs/oauth2/latest/oauth2/#importing-oauth2-selecting-an-http-client-interface
- https://blog.logrocket.com/making-http-requests-rust-reqwest/
- https://blog.logrocket.com/jwt-authentication-in-rust/
- https://www.thorsten-hans.com/calling-http-apis-in-rust-with-reqwest/
- https://dev.to/pintuch/rust-reqwest-examples-10ff