Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-24 10:57:36 +00:00
parent 321c5b9f6f
commit 8d7ad0b58b
22 changed files with 855 additions and 855 deletions

View File

@@ -16,7 +16,7 @@ type NewsService struct {
client *client.Client
}
//
// Get the latest news headlines
func (t *NewsService) Headlines(request *HeadlinesRequest) (*HeadlinesResponse, error) {
rsp := &HeadlinesResponse{}