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
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`
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`