Access token permissions

This commit is contained in:
mdecimus
2024-09-10 18:44:44 +02:00
parent 08a95ae58b
commit fbcf55d8e1
128 changed files with 2415 additions and 906 deletions

View File

@@ -6,7 +6,7 @@
use std::borrow::Cow;
use prettytable::{Attr, Cell, Row, Table, format};
use prettytable::{format, Attr, Cell, Row, Table};
use reqwest::Method;
use serde_json::Value;