Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Strawberry-Foundations/spkg-peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spkg-peek

API for spkg repositories

About

The API is used for package querying. It will run under the same server as the spkg repository.

Endpoints

/packages/fetch?q=abc: Retrieves a specific package by its exact name. If q isn't specified, it will return all packages
/packages/search?q=abc: Searches for packages that contain a specified substring in their name.