From f0019e576ad0de2e30ab799b7286f4c2e0a2fd5b Mon Sep 17 00:00:00 2001 From: Dominic Wong Date: Tue, 26 Oct 2021 10:04:53 +0100 Subject: [PATCH] re-enable gifs (#244) --- gifs/README.md | 7 +++++-- gifs/proto/gifs.pb.go | 2 +- gifs/proto/gifs.proto | 2 +- gifs/skip | 0 4 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 gifs/skip diff --git a/gifs/README.md b/gifs/README.md index afc82d6..22fd6cc 100644 --- a/gifs/README.md +++ b/gifs/README.md @@ -2,6 +2,9 @@ Quick and simple GIF search # GIFs Service -Add GIFs to your project with keyword search and results in multiple sizes and formats. +Add GIFs to your project with keyword search and results in multiple sizes and formats. -![Powered by Giphy](https://raw.githubusercontent.com/micro/services/master/gifs/assets/PoweredBy_200px-White_HorizLogo.png) + +![Powered by GIPHY](https://raw.githubusercontent.com/micro/services/master/gifs/assets/PoweredBy_200px-White_HorizLogo.png) + +When integrating this API please follow GIPHY's attribution guidelines [here](https://developers.giphy.com/docs/sdk/#design-guidelines). diff --git a/gifs/proto/gifs.pb.go b/gifs/proto/gifs.pb.go index 5f1ce2c..88bdc36 100644 --- a/gifs/proto/gifs.pb.go +++ b/gifs/proto/gifs.pb.go @@ -20,7 +20,7 @@ const ( _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) -// Search for a gif +// Search for a GIF type SearchRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache diff --git a/gifs/proto/gifs.proto b/gifs/proto/gifs.proto index 207c23a..31fe3ae 100644 --- a/gifs/proto/gifs.proto +++ b/gifs/proto/gifs.proto @@ -8,7 +8,7 @@ service Gifs { rpc Search(SearchRequest) returns (SearchResponse) {} } -// Search for a gif +// Search for a GIF message SearchRequest { // The search term string query = 1; diff --git a/gifs/skip b/gifs/skip deleted file mode 100644 index e69de29..0000000