summaryrefslogtreecommitdiffstats
tag namev0.3.0 (abe5ab89db45b7cee7fd562b170e69b913faf067)
tag date2024-05-31 17:40:12 +0200
tagged byGitea <gitea@fake.local>
tagged objectcommit 9830fb4578...
downloadforgejo-api-0.3.0.tar.xz
forgejo-api-0.3.0.zip
v0.3.0
- [`oauth_get_access_token`](https://docs.rs/forgejo-api/latest/forgejo_api/struct.Forgejo.html#method.oauth_get_access_token) to get an OAuth token after getting user confirmation. - API Authorization with an OAuth token - `Issue` and `PullRequest`'s `state` field are now an enum instead of `String`s - `ssh_url` fields are now `url::Url` instead of `String`s