We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aebaadc + 92d2e51 commit 53e74adCopy full SHA for 53e74ad
.npmignore
@@ -1,6 +1,7 @@
1
#docs
2
docs
3
manual
4
+github-nodejs-sdk.png
5
6
#test
7
test
@@ -9,11 +10,12 @@ test
9
10
src/assets
11
node_modules
12
-#lock files
13
-yarn.lock
14
-
15
#private files
16
.env
+.gitignore
+.eslintrc.json
17
+.nvmrc
18
+.prettierrc.js
19
20
#ide configs
21
.idea
src/data/resources/incidents.js
@@ -16,7 +16,7 @@ const PATH = '/data/v1/incidents';
* const { Data } = new Mux(accessToken, secret);
*
* // Returns a list of all open incidents
- * Data.incidents.list({ status: 'open' });
+ * Data.Incidents.list({ status: 'open' });
*/
class Incidents extends Base {
22
/**
0 commit comments