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 search 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.
Return the list of entries of the directory with the given ID.
Request the cooking of object ID, an SWHID. Return a <vault-reply>. 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.
Return the external ID record for ID, a bytevector, of the given TYPE (currently one of: "bzr-nodeid", "hg-nodeid", "nar-sha256", "checksum-sha512").
Return true if the rate limit has been reached for URI.
Return the snapshot corresponding to VISIT or #f if no snapshot is available.
Download from Software Heritage a checkout (if ARCHIVE-TYPE is 'flat) or a full Git repository (if ARCHIVE-TYPE is 'git-bare) of the Git tag or commit REFERENCE originating from URL, and unpack it in OUTPUT. Return #t on success and #f on failure.
This procedure uses the "vault", which contains "cooked" directories in the form of tarballs. If the requested directory is not cooked yet, it will wait until it becomes available, which could take several minutes.