v0.1.0 release
Updated tests and client to use the authorization token Fixed readme and added the example to the examples folder
This commit is contained in:
@ -73,6 +73,7 @@ Parameters:
|
||||
pictureURL - string; image must be processed through image
|
||||
service (https://dev.groupme.com/docs/image_service)
|
||||
*/
|
||||
// TODO: Move PostBotMessage to bot object, since it doesn't require access token
|
||||
func (c *Client) PostBotMessage(botID ID, text string, pictureURL *string) error {
|
||||
URL := fmt.Sprintf(c.endpointBase + postBotMessageEndpoint)
|
||||
|
||||
|
Reference in New Issue
Block a user