You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v3.0.0/misc.js
+40
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,46 @@ var misc = module.exports = {
19
19
};
20
20
21
21
(function(){
22
+
/** section: github
23
+
* misc#emojis(msg, callback) -> null
24
+
* - msg (Object): Object that contains the parameters and their values to be sent to the server.
25
+
* - callback (Function): function to call when the request is finished with an error as first argument and result data as second argument.
26
+
*
27
+
* ##### Params on the `msg` object:
28
+
*
29
+
* - headers (Object): Optional. Key/ value pair of request headers to pass along with the HTTP request. Valid headers are: 'If-Modified-Since', 'If-None-Match', 'Cookie', 'User-Agent', 'Accept', 'X-GitHub-OTP'.
30
+
* No other params, simply pass an empty Object literal `{}`
0 commit comments