Skip to content

Commit

Permalink
Fix interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbinf committed Sep 8, 2023
1 parent cb269c6 commit e46edc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
type HTTPClient interface {
Search(args map[string]string) (*Response, error)
Typeahead(args map[string]string) (*Response, error)
SearchEpisodeTitles(args map[string]string) (*Response, error)
SpellCheck(args map[string]string) (*Response, error)
FetchRelatedSearches(args map[string]string) (*Response, error)
FetchTrendingSearches(args map[string]string) (*Response, error)
Expand Down

0 comments on commit e46edc2

Please sign in to comment.