_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


lookup-content (hash type)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return a content for HASH, of the given TYPE--e.g., "sha256".

vault-reply-progress-message
Channel: guix
Location: guix/swh.scm (guix swh)
external-id-type
Channel: guix
Location: guix/swh.scm (guix swh)
visit-number
Channel: guix
Location: guix/swh.scm (guix swh)
content-checksums
Channel: guix
Location: guix/swh.scm (guix swh)
save-reply-request-date
Channel: guix
Location: guix/swh.scm (guix swh)
visit-status
Channel: guix
Location: guix/swh.scm (guix swh)
save-origin-status (url type)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return the status of a /save request for URL and TYPE (e.g., "git").

visit?
Channel: guix
Location: guix/swh.scm (guix swh)
snapshot-id
Channel: guix
Location: guix/swh.scm (guix swh)
directory-entry-checksums
Channel: guix
Location: guix/swh.scm (guix swh)
%verify-swh-certificate?
Channel: guix
Location: guix/swh.scm (guix swh)
release-name
Channel: guix
Location: guix/swh.scm (guix swh)
query-vault (id #:optional kind #:key archive-type)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

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.

%allow-request?
Channel: guix
Location: guix/swh.scm (guix swh)
vault-reply-status
Channel: guix
Location: guix/swh.scm (guix swh)
lookup-revision (id)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return the revision with the given ID, typically a Git commit SHA1.

lookup-directory (id)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return the list of entries of the directory with the given ID.

swh-download-directory-by-nar-hash (hash algorithm output #:key log-port)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Download from Software Heritage the directory with the given nar HASH for ALGORITHM (a symbol such as 'sha256), 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.

lookup-snapshot-branch (snapshot name)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Look up branch NAME on SNAPSHOT. Return the branch, or return #f if it could not be found.

save-reply-origin-url
Channel: guix
Location: guix/swh.scm (guix swh)
lookup-origin (url)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return an origin for URL.

visit-snapshot-url
Channel: guix
Location: guix/swh.scm (guix swh)
origin-visits (origin #:optional max)
Channel: guix
Location: guix/swh.scm (guix swh)
Documentation:

Return the list of the up to MAX latest visits of ORIGIN, a record as returned by 'lookup-origin'.

Total public symbols: 86650