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
Would require a new version of the api, v1, unless we used different endpoints. Reason is snowflakes are valid emote names, so we wouldn't be able to auto detect whether the parameter is an emote or snowflake.
If done, perhaps add GET /emote/by-name/{name} which does a 301 redirect to /emote/{id}.
Or just advise users to use the /search/{query} endpoint and get the first match.
The text was updated successfully, but these errors were encountered:
Would require a new version of the api, v1, unless we used different endpoints. Reason is snowflakes are valid emote names, so we wouldn't be able to auto detect whether the parameter is an emote or snowflake.
If done, perhaps add GET /emote/by-name/{name} which does a 301 redirect to /emote/{id}.
Or just advise users to use the /search/{query} endpoint and get the first match.
The text was updated successfully, but these errors were encountered: