This commit is contained in:
aaron-jack-manning
2022-07-10 18:39:53 +10:00
parent 134dd74c31
commit 700a48e56c
12 changed files with 822 additions and 68 deletions

View File

@@ -2,6 +2,8 @@ use crate::v1::{Client, error, BASE_URL};
use serde::Deserialize;
// ----------------- Request Objects -----------------
#[derive(Deserialize, Debug)]
pub struct PingResponse {
pub meta : Meta,