Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LURE repository #1297

Open
Elara6331 opened this issue Dec 22, 2022 · 1 comment
Open

Add LURE repository #1297

Elara6331 opened this issue Dec 22, 2022 · 1 comment

Comments

@Elara6331
Copy link

Elara6331 commented Dec 22, 2022

Title

LURE

Repository data location(s)

https://api.lure.arsenm.dev/lure.API/Search
https://api.lure.arsenm.dev/lure.API/GetPkg

Package links

Additional details

API Details

Requires POST request. Supports JSON and Protobuf.

Get all available packages in JSON:

curl -X POST https://api.lure.arsenm.dev/lure.API/Search -H 'Content-Type: application/json' -d '{}'

Get information for a specific package in JSON:

curl -X POST https://api.lure.arsenm.dev/lure.API/GetPkg -H 'Content-Type: application/json' -d '{"name": "{pkgname}", "repository": "default"}'

If this API isn't suitable, I can modify it, this is my project.

@Elara6331
Copy link
Author

The API is generated from the following file, so anything listed in there can be used:

https://github.com/Arsen6331/lure/blob/master/internal/api/lure.proto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant