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.
Combine a few features into one.
Override an <rde-config> with a list of value pairs.
Get key from config. If default-value is not specified,call require-value to make sure that key is present in the config.
Returns a pair of service name and a value of SERVICE-TYPE. This rde value can be later used to extend original service with additional configuration.
Get KEY from rde-config-values, if the value is a function apply it to config one more time.
Takes a file-like FILE and returns the corresponding file-like name.
Accepts file-like FILE and produces file-like NAME, where all entries matched with patterns from SUBSTITUTES, changed to corresponding values. SUBSTITUTES is alist of regex patterns and values.
Returns a gexp, which reads all the content of the FILE and returns it as a string. FILE must be a file-like object.