First pass at API

This commit is contained in:
Tom Moor
2018-05-12 23:14:06 -07:00
parent dded458582
commit 9000aa3aac
10 changed files with 256 additions and 19 deletions

View File

@@ -5,6 +5,7 @@ import presentDocument from './document';
import presentRevision from './revision';
import presentCollection from './collection';
import presentApiKey from './apiKey';
import presentShare from './share';
import presentTeam from './team';
import presentIntegration from './integration';
import presentSlackAttachment from './slackAttachment';
@@ -16,6 +17,7 @@ export {
presentRevision,
presentCollection,
presentApiKey,
presentShare,
presentTeam,
presentIntegration,
presentSlackAttachment,