wip
This commit is contained in:
@@ -29,6 +29,13 @@ class API {
|
||||
return json;
|
||||
}
|
||||
|
||||
async getRelease() {
|
||||
return this.call({
|
||||
method: 'get',
|
||||
path: '/release',
|
||||
});
|
||||
}
|
||||
|
||||
async getSession() {
|
||||
return this.call({
|
||||
method: 'get',
|
||||
|
||||
Reference in New Issue
Block a user