personaelabs / noun-nyms

https://nouns.nymz.xyz
MIT License
14 stars 1 forks source link

Allow replies in public posts API #215

Closed lsankar4033 closed 1 year ago

lsankar4033 commented 1 year ago

After discussions with @cha0sg0d and joel from nerman, realized we need our public /posts/ API to serve posts+replies. This PR adds that and refactors the query logic in selectAndCleanPosts a bit

Closes #208

The new API is as follows:

Example:

HTTP GET https://nouns.nymz.xyz/api/v1/posts?startTime=1687412894&endTime=1687474267293

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nym ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 22, 2023 11:09pm
cha0sg0d commented 1 year ago
CleanShot 2023-06-22 at 15 55 21@2x

New api-doc