Tech4covid19/trackovid19-backend

[backend] create an api endpoint to get the list of videos and share links

Opened this issue · 0 comments

the reply should be

[
  {
    "title": "<title>",
    "description": "description",
    "link": "<youtube_link>",
    "share": {
          "facebook": "<facebook_video_link>",
          "twitter": "<twitter_video_link>"
    }
  },
  ...
]