9
311
Fork
You've already forked codeberg-cli
33

feat/forgejo-api #118

Merged
Aviac merged 32 commits from feat/forgejo-api into main 2024年04月29日 20:49:39 +02:00
Owner
Copy link

This is a big refactor, tearing out the old manually created API types and using auto-generated ones instead.

Longer description soon TM️

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/")?;
Contributor
Copy link

forgejo_api::Forgejo adds /api/v1 to the url itself, you don't need to do it manually.

`forgejo_api::Forgejo` adds `/api/v1` to the url itself, you don't need to do it manually.
Author
Owner
Copy link

Thanks for the catch, just fixed that 👍

Thanks for the catch, just fixed that :+1:
Aviac marked this conversation as resolved
Contributor
Copy link

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 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)
Author
Owner
Copy link

heads up, just release 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)

Thanks for supplying it that fast. I'll include the switch to the latest version right in this MR 👍

> heads up, just release 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) Thanks for supplying it that fast. I'll include the switch to the latest version right in this MR 👍
Aviac force-pushed feat/forgejo-api from f5d22c38f9 to 7c4ce8a616 2024年04月29日 09:23:37 +02:00 Compare
Aviac deleted branch feat/forgejo-api 2024年04月29日 20:49:40 +02:00
Aviac referenced this pull request from a commit 2024年04月29日 20:49:41 +02:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aviac/codeberg-cli!118
Reference in a new issue
Aviac/codeberg-cli
No description provided.
Delete branch "feat/forgejo-api"

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?