Skip to content

vasystem/vasystem-api-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vasystem-api-rs

This is a Rust library for interacting with the VASystem API.

You will need to have a client ID and secret, please see the VASystem API documentation for more information.

For usage information, please see the examples in the example directory.

Running the example

cargo run -- --domain "staralliancevirtual.org" --client-id "client-id" --client-secret "client-secret"