Skip to content

Strawberry-Foundations/spkg-peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 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.