(WIP) Add initial API client
This commit is contained in:
parent
967f9fc474
commit
faddda83f0
9 changed files with 260 additions and 27 deletions
|
|
@ -4,8 +4,11 @@
|
|||
*/
|
||||
|
||||
import {getEnv, IStateTreeNode} from 'mobx-state-tree'
|
||||
import {API} from '../api'
|
||||
|
||||
export class Environment {
|
||||
api = new API()
|
||||
|
||||
constructor() {}
|
||||
|
||||
async setup() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue