https://github.com/hpprc/oauth_trial
Rustが読めなくても雰囲気で実装するOauth1.0(とTwittere API、時々HTTP1.1)
https://github.com/hpprc/oauth_trial
oauth oauth-trial rust rust-oauth1 twitter-api
Last synced: 9 months ago
JSON representation
Rustが読めなくても雰囲気で実装するOauth1.0(とTwittere API、時々HTTP1.1)
- Host: GitHub
- URL: https://github.com/hpprc/oauth_trial
- Owner: hppRC
- Created: 2019-09-07T08:43:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T21:46:13.000Z (over 5 years ago)
- Last Synced: 2025-02-10T13:37:31.996Z (10 months ago)
- Topics: oauth, oauth-trial, rust, rust-oauth1, twitter-api
- Language: Rust
- Homepage: https://qiita.com/hppRC/items/05a81b56d12d663d03e0
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oauth_trial
Qiitaに書いた記事([Rustが読めなくても雰囲気で実装するOauth1.0(とTwittere API、時々HTTP1.1)](https://qiita.com/hppRC/items/05a81b56d12d663d03e0))の参考用リポジトリです。
ブランチごとにバージョニングしています。確認用にお使いください。
例えばv1ブランチを確認したいなら、このリポジトリをクローンしていただき、ターミナル上で
```
git checkout -b v1
git pull origin v1
```
のようにすれば確認できると思います。