Skip to main content

EmojiApi

All URIs are relative to http://localhost

MethodHTTP requestDescription
emojiListGET /emojiList 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: /