Sean

Results 11 comments of Sean

When I run this ``` https://api.twitter.com/2/tweets/counts/recent?query=lakers ``` I do not get a `next_token`. Do you have an example that would provide that output?

could you add a unit test for this?

@dybxin what version of the library are you using? [v2.0.0-beta11](https://github.com/g8rswimmer/go-twitter/tree/v2.0.0-beta11) added rate limits to the response to help aid in this.

@dybxin I think that I need to update the go mod in v2 to allow for it. I think that you can get the updated package with @master

@dybxin you should be able to get the newest version of v2 which includes spaces, lists and rate limiting ``` go get -u github.com/g8rswimmer/go-twitter/[email protected] ``` go.mod example ``` module twiiter-poc...

So for the upsert to work with an external field, you need to provide the external field name and the value Here is the example from the documentation type dml...

This may be a feature upgrade

this is not the case. If you look at the session package, you just need to provide the session interfaces to any of the rest api calls. This allows the...

Yes, I will take a look at providing `Query` with Bulk 2.0. Thanks for the information

@Clashkid155 that is strange that an array would be coming in. I am not seeing anything about that in the documentation, which does not mean it is not happening. Is...