This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
History
Omri Bornstein edited this page Dec 13, 2020
·
2 revisions
- Document ID
- String object
- key of
_id
- format of
${type}/${owner}/${post}
- type can be
"instagram"
,"highlight"
,"story"
,"tiktok"
or"vsco"
- type can be
- Array of URLs (Array of String objects)
- User ID (key of
U_ID
, String object) - Social network type (
"instagram"
or"vsco"
)
- Accepts HTTP header with JWT in the Authorisation field,
- returns an Array of History documents with the type specified.
- Accepts HTTP header with JWT in the Authorisation field and an HTTP body of
{history: History, urlToDelete: String}
, - Removes the specified URL from the specified History document.