Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
domwong
2021-11-10 11:31:31 +00:00
parent 9394c97dc8
commit 23d6b136ea
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ func TakeScreenshotOfAurl() {
thumbnailService := thumbnail.NewThumbnailService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := thumbnailService.Screenshot(&thumbnail.ScreenshotRequest{
Height: 600,
Url: "https://m3o.com",
Url: "https://google.com",
Width: 600,
})
fmt.Println(rsp, err)