Skip to content

GoGiphy is a golang implementation of the giphy api.

License

Notifications You must be signed in to change notification settings

iceHtwoO/gogiphy

Repository files navigation

GoGiphy

MIT License GoDoc

GoGiphy is a golang implementation of the giphy api.

Installing

go get will always pull the latest release.

go get github.com/icehtwoo/gogiphy

or

go get github.com/icehtwoo/[email protected]

Usage

Import the package into your project.

import "github.com/icehtwoo/gogiphy"

Create a giphy client to access the api. The key can be generated here:

giphy := gogiphy.NewClient(httpClient, "key", "en")

Examples can be found here.

TO-DO

  • Trending
  • Search
  • Translate
  • Random
  • Action Register
  • Random ID
  • Get GIF by ID
  • Get GIFs by ID
  • Upload
  • Categories
  • Autocomplete
  • Search suggestions
  • Trending Search Terms
  • Documentation
  • Tests
  • Examples

About

GoGiphy is a golang implementation of the giphy api.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages