mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user