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 [\"๐\",\"๐\"]
Example#
const 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);}
Parameters#
This endpoint does not have any parameters.
Return type#
[String]
Authorization#
No authorization required
HTTP request headers#
- Content-Type: Not defined
- Accept: /