Created
March 17, 2018 19:30
-
-
Save Kelin2025/6fc7b92526a262260faf01afb79f53d8 to your computer and use it in GitHub Desktop.
Apicase events in services tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ServicesTree } from '@apicase/services' | |
const api = new ServicesTree([ | |
{ url: '/api', on: { done: console.log } } | |
]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment