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.
1 parent e00af19 commit c1ff0bcCopy full SHA for c1ff0bc
lib/index.js
@@ -26,7 +26,8 @@ module.exports = Mango;
26
/**
27
* Mango constructor
28
*
29
- * @param {String} api_key
+ * @param {Object} options
30
+ * @param {String} options.api_key - Mango Secret API Key
31
* @return {Mango} API client instance
32
* @api public
33
*/
lib/resources/index.js
@@ -11,6 +11,8 @@ var BASE_URL = "https://api.getmango.com/v1";
11
12
13
* Resource constructor
14
+ *
15
+ * @param {Mango} mango
16
17
18
function Resource(mango) {
0 commit comments