Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
domwong
2021-10-26 09:09:24 +00:00
parent f0019e576a
commit 5cb3a51ecb
8 changed files with 19 additions and 12 deletions

View File

@@ -2,11 +2,12 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/gifs"
"os"
"github.com/micro/services/clients/go/gifs"
)
// Search for a gif
// Search for a GIF
func Search() {
gifsService := gifs.NewGifsService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := gifsService.Search(&gifs.SearchRequest{