cyyynthia / pronoundb.org

A browser extension that lets people know how to refer to each other on various places of the Internet. Available on Chrome, Firefox, and Edge.
https://pronoundb.org
BSD 3-Clause "New" or "Revised" License
271 stars 22 forks source link

Human-readable pronouns in API? #102

Closed RuiNtD closed 1 year ago

RuiNtD commented 1 year ago

With the introduction of multiple sets of pronouns, it would be really nice to have an API endpoint that just returns the human-readable pronouns (what's shown on the website) in the normal, short, and long formats; so that developers don't have to write the code to generate these strings or copy your code. Something like this:

{
  "normal": "he/they/any",
  "short": "he/they",
  "long": "Goes by \"he/him\", \"they/them\", or any pronouns"
}
cyyynthia commented 1 year ago

I will close this for the same rationale as #23. It is not the role of an API to be the presentation layer and as such it will not be one.