Commit graph

6 commits

Author SHA1 Message Date
Stefan Hausotte
271839d21b feat: add fetchRepository function 2026-03-22 11:15:10 +01:00
Stefan Hausotte
a73f044623 release 0.2.0 2026-03-11 22:17:50 +01:00
Stefan Hausotte
f576906931 fix: lint errors 2026-03-11 22:17:20 +01:00
Stefan Hausotte
0c2fc12ded feat: add new models and services
New model:
  - Token — id, name, sha1, tokenLastEight

New services:
  - AdminService — createUser()
  - UserService — createToken()

RepositoryService additions:
  - createRepository()
  - editRepository()
  - createLabel()
  - createMilestone()
  - addCollaborator()
  - createFile()

remove MARKS
2026-03-11 21:57:40 +01:00
Stefan Hausotte
42c5ec0ea6 fix: failing release command 2026-02-28 20:33:38 +01:00
Stefan Hausotte
897a8ebedd feat: initial commit
Intitial commit for ForgejoKit, a native Swift library to interact with
the Frogejo API
2026-02-28 20:25:57 +01:00