0.1.2 webhooks; other minor changes to messages and comments

This commit is contained in:
aaron-jack-manning
2022-07-15 13:23:01 +10:00
parent daf7242f10
commit 11de1e7256
7 changed files with 517 additions and 9 deletions

View File

@@ -13,6 +13,8 @@ pub mod tags;
pub mod transactions;
/// Types for modelling and interacting with [utilities](https://developer.up.com.au/#utility_endpoints).
pub mod utilities;
/// Types for modelling and interacting with [webhooks](https://developer.up.com.au/#webhooks).
pub mod webhooks;
/// Types which are stardized (and named) across many resources.
pub mod standard;