-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add teamId to expansion of query result, and keep team member ids in … (
#300) * Add teamId to expansion of query result, and keep team member ids in get team * Update test * Update comments * doc updates * Bug fix * ObjectId object -> string * accountId -> hackerId * _id -> .toString()
- Loading branch information
1 parent
9f9012a
commit 24bf4c5
Showing
11 changed files
with
100 additions
and
96 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
define({ | ||
"name": "hackerAPI", | ||
"version": "0.0.8", | ||
"description": "Documentation for the API used for mchacks", | ||
"defaultVersion": "0.0.8", | ||
"title": "hackerAPI documentation", | ||
"url": "https://api.mchacks.ca/api", | ||
"sampleUrl": "https://api.mchacks.ca/api", | ||
"apidoc": "0.3.0", | ||
"generator": { | ||
"name": "apidoc", | ||
"time": "2019-01-21T04:13:36.482Z", | ||
"url": "http://apidocjs.com", | ||
"version": "0.17.7" | ||
} | ||
define({ | ||
"name": "hackerAPI", | ||
"version": "0.0.8", | ||
"description": "Documentation for the API used for mchacks", | ||
"defaultVersion": "0.0.8", | ||
"title": "hackerAPI documentation", | ||
"url": "https://api.mchacks.ca/api", | ||
"sampleUrl": "https://api.mchacks.ca/api", | ||
"apidoc": "0.3.0", | ||
"generator": { | ||
"name": "apidoc", | ||
"time": "2019-01-21T04:13:36.482Z", | ||
"url": "http://apidocjs.com", | ||
"version": "0.17.7" | ||
} | ||
}); |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "hackerAPI", | ||
"version": "0.0.8", | ||
"description": "Documentation for the API used for mchacks", | ||
"defaultVersion": "0.0.8", | ||
"title": "hackerAPI documentation", | ||
"url": "https://api.mchacks.ca/api", | ||
"sampleUrl": "https://api.mchacks.ca/api", | ||
"apidoc": "0.3.0", | ||
"generator": { | ||
"name": "apidoc", | ||
"time": "2019-01-21T04:13:36.482Z", | ||
"url": "http://apidocjs.com", | ||
"version": "0.17.7" | ||
} | ||
{ | ||
"name": "hackerAPI", | ||
"version": "0.0.8", | ||
"description": "Documentation for the API used for mchacks", | ||
"defaultVersion": "0.0.8", | ||
"title": "hackerAPI documentation", | ||
"url": "https://api.mchacks.ca/api", | ||
"sampleUrl": "https://api.mchacks.ca/api", | ||
"apidoc": "0.3.0", | ||
"generator": { | ||
"name": "apidoc", | ||
"time": "2019-01-21T04:13:36.482Z", | ||
"url": "http://apidocjs.com", | ||
"version": "0.17.7" | ||
} | ||
} |
This file contains 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
Oops, something went wrong.