Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Ask the availability of object ID (an SWHID) to the vault. Return #f if it could not be found, or a <vault-reply> on success. ARCHIVE-TYPE can be 'flat for a tarball containing a directory, or 'git-bare for a tarball containing a bare Git repository corresponding to a revision.
Passing KIND (one of 'directory or 'revision) together with a raw revision or directory identifier is deprecated.
Run "git daemon" to serve the bare git repository at DIRECTORY as the root resource on PORT on the loopback interface. If PORT isn't provided or is #f, select an arbitrary unused port instead.
Return two values: the PID of the newly-spawned process and the port it is listening on.
Return the commit in REPOSITORY whose message includes MESSAGE, a string.