Rust program to accept post requests from LibWizard and send them to the LibAnswers API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alan 0e4fadce9b reuploading 2 years ago
src reuploading 2 years ago
.gitignore reuploading 2 years ago
Cargo.lock reuploading 2 years ago
Cargo.toml reuploading 2 years ago
LICENSE reuploading 2 years ago
README.md reuploading 2 years ago
Rocket.toml reuploading 2 years ago
workspace.code-workspace reuploading 2 years ago

README.md

LibWizard->LibAnswers ticket creation module

Written in rust, this application accepts POST requests containing JSON data payloads with CORS options headers using the Rust Rocket crate

Data is stored in a ticket struct and sent to the LibAnswers ticket creation API after obtaining authorization using an OAUTH token