Skip to content

Commit

Permalink
feat(changelog): 📝 update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Dec 28, 2021
1 parent dc07b45 commit 358912c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.4.0](https://github.com/sns-sdks/go-twitter/v0.3.0) (2021-12-28)

- New APIs set for Lists
- New API for get token's user.

## [0.3.0](https://github.com/sns-sdks/go-twitter/v0.3.0) (2021-09-29)

- New API for muting
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fmt.Println(u, err)

[OAuth 2.0](https://developer.twitter.com/en/docs/twitter-api/oauth2) has released with beta.

So you can do `OAuth2.0` with twitter. More see the [`ddemo for OAuth2.0`](https://github.com/sns-sdks/go-twitter/tree/master/example/oauth2/authorization_oauth2.go)
So you can do `OAuth2.0` with twitter. More see the [`Examples for OAuth2.0`](https://github.com/sns-sdks/go-twitter/tree/master/example/oauth2/authorization_oauth2.go)


### Authentication
Expand All @@ -48,20 +48,22 @@ bu, err := cli.Users.GetBlocking(uid, twitter.UserBlockingOpts{})
fmt.Println(bu, err)
```

Or you can handle authentication contact with twitter. See the [`demo for authorize`](https://github.com/sns-sdks/go-twitter/tree/master/example/oauth1/authorization.go)
Or you can handle authentication contact with twitter. See the [`Examples for authorize`](https://github.com/sns-sdks/go-twitter/tree/master/example/oauth1/authorization.go)

## Features

Tweets:
- Lookup
- Tweets lookup
- Manage Tweets
- Timelines
- search Tweets
- Tweet counts
- Retweets
- Likes
- Hide replies

Users:
- Lookup
- Users lookup
- Follows
- Blocks
- Mutes
Expand All @@ -71,7 +73,12 @@ Spaces:
- Search

Lists:
- List lookup
- Manage lists
- List Tweets lookup
- List members
- List follows
- Pinned Lists

Compliance:
- Batch compliance

0 comments on commit 358912c

Please sign in to comment.