EmojiApi
All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
emojiList | GET /emoji | List of supported emoji characters |
#
emojiList/*** @returns [String]**/async function emojiList()
List of supported emoji characters
#
Notes:Result is an array of emojis [\"๐\",\"๐\"]
#
Exampleconst yat = require('yatjs');const api = new yat.YatJs();
try { let res = await api.emoji().emojiList(); // res is of type [String] console.log('API called successfully. Result: ', res);} catch (error) { console.error(error);}
#
ParametersThis endpoint does not have any parameters.
#
Return type[String]
#
AuthorizationNo authorization required
#
HTTP request headers- Content-Type: Not defined
- Accept: /