Implemented some of api keys

This commit is contained in:
Jori Lallo
2016-08-24 00:37:54 -07:00
parent 29665621b3
commit a2aea2abfc
12 changed files with 342 additions and 35 deletions

View File

@@ -3,6 +3,7 @@ import Team from './Team';
import Atlas from './Atlas';
import Document from './Document';
import Revision from './Revision';
import ApiKey from './ApiKey';
export {
User,
@@ -10,4 +11,5 @@ export {
Atlas,
Document,
Revision,
ApiKey,
};