An open API service indexing awesome lists of open source software.

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)

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
```

のようにすれば確認できると思います。