flutter github client
a new flutter application for github client.
getting started
- authorization with oauth! done
1a). users are redirected to request their github identity
get https://github.com/login/oauth/authorize
1b). users are redirected back to your site by github
post https://github.com/login/oauth/access_token
1c). use the access token to access the api with the accesstoken!
- authorization with login/password done
- user starred repos and repos done
- search users and view user profiles done
- view organizations pending
Comments are closed.