Skip to content

Instantly share code, notes, and snippets.

@Kelin2025
Created March 17, 2018 19:30
Show Gist options
  • Save Kelin2025/6fc7b92526a262260faf01afb79f53d8 to your computer and use it in GitHub Desktop.
Save Kelin2025/6fc7b92526a262260faf01afb79f53d8 to your computer and use it in GitHub Desktop.
Apicase events in services tree
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