This commit is contained in:
Emile Nijssen 2021-07-13 21:39:45 +02:00
parent 985d886362
commit 91832c8e20
9 changed files with 449 additions and 379 deletions

View file

@ -29,6 +29,13 @@ class API {
return json;
}
async getRelease() {
return this.call({
method: 'get',
path: '/release',
});
}
async getSession() {
return this.call({
method: 'get',