Create Source interface #1
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#3 Create
SourceRegistry Service
ferdinland-minecraft-server/caml
#4 Create
ModrinthSource Service
ferdinland-minecraft-server/caml
Reference
ferdinland-minecraft-server/caml#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The
Sourceinterface will be implemented by all package sources. It should have methods to search for packages and to get info about a specific package.Create Source interfaceto CreateSourceinterfaceSourceRegistryServiceModrinthSourceServiceThe Service is mostly defined, the remaining challenge is getting the file download method's
return type right. It will probably need to depend on a return type of the File module Downloader.