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.
Take CONFIGURATION-SYMBOL, the symbol corresponding to the name used when defining a configuration record with DEFINE-CONFIGURATION, and output the Texinfo documentation of its fields.
Return a transducer for CONFIG that calls the serializing procedures only for fields marked for serialization and whose values are not '%unset-marker.
Retrieve the fields listed in FIELDS from CONFIGURATION-FIELDS. If NEGATE? is #t, retrieve all fields except FIELDS.