Skip to content

api server for fetching testimonials; POST to `/new` receives generic link, details are fetched and uploaded to a postgres database; fetch all testimonials from `/raw`

Notifications You must be signed in to change notification settings

kernel-community/wall-of-love-api

Repository files navigation

Wall of Love

API reference

GET {baseUrl}/wol/

testing connection

POST {baseUrl}/wol/new

  • accepts an array of objects in the data field
  • object form
  • fetches data from the link (slack/twitter)
  • uploads (url, author name, author image, text) to postgres

GET {baseUrl}/wol/raw

  • returns raw json of all testimonials

About

api server for fetching testimonials; POST to `/new` receives generic link, details are fetched and uploaded to a postgres database; fetch all testimonials from `/raw`

Resources

Stars

Watchers

Forks