You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Factored out dependency on isomorphic-fetch. Instead, users of the Api will have to decide for themselves which fetch polyfill to use, if any.
Cleaned up devDependencies
@fetcher to override default fetcher
@endpoint to prevent .fetch from traversing further up the hierarchy
@remote and @endpoint work on classes as well as instances
improved docs