gotwtr icon indicating copy to clipboard operation
gotwtr copied to clipboard

gotwtr provides Twitter v2 API

Results 6 gotwtr issues
Sort by recently updated
recently updated
newest added

- [ ] [improve error message](https://github.com/sivchari/gotwtr/issues/95) - [ ] [improve test coverage](https://github.com/sivchari/gotwtr/issues/105) - [ ] Replace json string to embed json.

Now, all unit tests codes mock response as string. Go provides embed feature, so we should replace all mock response to json file.

good first issue
feature request
improve

Post tweet doesn't return the full response when the request is not successful. I added details from Twitter API's response to the returned object.