This is a big refactor, tearing out the old manually created API types and using auto-generated ones instead.
Longer description soon TM️
feat/forgejo-api into main This is a big refactor, tearing out the old manually created API types and using auto-generated ones instead.
Longer description soon TM️
@ -19,3 +11,1 @@
base_url: base_url.join("/api/v1/")?,
},
})
leturl=base_url.join("/api/v1/")?;
forgejo_api::Forgejo adds /api/v1 to the url itself, you don't need to do it manually.
Thanks for the catch, just fixed that 👍
heads up, just released version 0.2.0 of forgejo-api, which updates to supporting Forgejo 7.0.0, and fixes some oddities (i.e. Repository's default_merge_style isn't a string anymore)
heads up, just release version
0.2.0offorgejo-api, which updates to supporting Forgejo 7.0.0, and fixes some oddities (i.e.Repository'sdefault_merge_styleisn't a string anymore)
Thanks for supplying it that fast. I'll include the switch to the latest version right in this MR 👍
less verbose and more constistent
for bug reports and debugging
f5d22c38f9
to 7c4ce8a616
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?