We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a proposal for the GET /pins response route. All excess fields have been stripped so all is left is what the front-end actually needs.
GET /pins
{ "pins":[ { "id":"P1CDIAM4", "pinned_by":"Tiemen", "author":{ "name":"John", "avatar":"some-url" }, "message":{ "body":"Some message body", "time":15000000001, "reactions":[ { "identifier":"raised_hands", "count":12 } ] } } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a proposal for the
GET /pins
response route. All excess fields have been stripped so all is left is what the front-end actually needs.The text was updated successfully, but these errors were encountered: