Skip to content

Add Support for GitLab and Codeberg to Scoop Search #15

@StarsbySea

Description

@StarsbySea

Hello Scoop maintainers,

I would like to suggest adding support for other code hosting platforms like GitLab and Codeberg to the Scoop Search functionality. This would help enrich the Scoop ecosystem by not limiting it to only GitHub (even though GitHub currently hosts the majority of Scoop Buckets).

I have gathered some search API endpoints for GitLab and Codeberg based on the ScoopInstaller.AzureFunctions/src/ScoopSearch.Functions/settings.json file. I hope this information will be helpful for the development, as I am not very proficient in C#.

GitLab:

API Document: https://docs.gitlab.com/ee/api/search.html#scope-projects

Note that accessing some endpoints may require authorization/authentication:
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.com/api/v4/search?scope=projects&search=scoop+bucket"

Codeberg.org:

API Document: https://codeberg.org/api/swagger#/repository/repoSearch

I hope you will consider adding support for these platforms to Scoop Search. Thank you for your hard work and dedication to the project!

Best regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions