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.

6 lines
321 B

2 years ago
# 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