Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-03-01 16:46:43 +00:00
parent ca3f935e80
commit fa7dfe82c6
28 changed files with 1397 additions and 1395 deletions

View File

@@ -80,6 +80,8 @@ type URLPair struct {
Created string `json:"created"`
// destination url
DestinationUrl string `json:"destinationURL"`
// The number of times the short URL has been resolved
HitCount int64 `json:"hit_count,string"`
// shortened url
ShortUrl string `json:"shortURL"`
}