market-api-calls #2

Manually merged
jacob.windle merged 10 commits from market-api-calls into master 2020-01-22 00:15:38 +00:00
Showing only changes of commit 466b69d3a7 - Show all commits

View File

@ -148,8 +148,9 @@ func (c *AllyApi) MarketNewsSearch(maxhits int, symbols ...string) (resp MarketN
return return
} }
func (c *AllyApi) MarketNewsGet(id string) { func (c *AllyApi) MarketNewsGet(id string) (resp MarketNewsGetResponse) {
c.marshalInterfaceResponse("market/news/#{id}", &resp)
return
} }
func (c *AllyApi) marshalWithQuery(p string, v url.Values, i interface{}) { func (c *AllyApi) marshalWithQuery(p string, v url.Values, i interface{}) {