Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-10 11:37:47 +00:00
parent 9e505ad6fd
commit fb17d4eeb8
27 changed files with 1228 additions and 1181 deletions

View File

@@ -39,10 +39,12 @@ type EmbedRequest struct {
type EmbedResponse struct {
// the embeddable link e.g https://www.youtube.com/watch?v=GWRWZu7XsJ0
Link string `json:"link"`
EmbedUrl string `json:"embed_url"`
// the script code
Script string `json:"script"`
// the short link
HtmlScript string `json:"html_script"`
// the full url
LongUrl string `json:"long_url"`
// the short url
ShortUrl string `json:"short_url"`
}