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.
Read STR, an ASCII-armored OpenPGP packet, and return the corresponding OpenPGP record.
Return two values: the key with FINGERPRINT in KEYRING, and a list of associated packets (user IDs, signatures, etc.). Return #f and the empty list of FINGERPRINT was not found. FINGERPRINT must be a bytevector.
Read from PORT an ASCII-armored detached signature. Return an <openpgp-signature> record or the end-of-file object. Raise an error if the data read from PORT does is invalid or does not correspond to a detached signature.
Read from PORT an OpenPGP keyring in binary format; return a keyring based on all the OpenPGP primary keys that were read. The returned keyring complements KEYRING. LIMIT is the maximum number of keys to read, or -1 if there is no limit.
Read from PORT an ASCII-armored Radix-64 stream, decode it, and return the result as a bytevector as well as the type, a string such as "PGP MESSAGE". Return #f if PORT does not contain a valid Radix-64 stream, and the end-of-file object if the Radix-64 sequence was truncated.