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.
Retrieve the fields listed in FIELDS from CONFIGURATION-FIELDS. If NEGATE? is #t, retrieve all fields except FIELDS.
If A is a list, return it, otherwise return a singleton list with A.
Convert the object OBJECT to the equivalent string in ``camel case''. STYLE can be three `lower', `upper', defaults to `lower'.
(object->camel-case-string 'variable-name 'upper) ⇒ "VariableName"
Like object->string but don't do anything if OBJECT already is a string.
Create an INI configuration from nested lists FIELDS. This uses generic-serialize-ini-config-section and {generic-serialize-alist
Convert a boolean BOOL to "yes" or "no". Setting CAPITALIZE? to #t will capitalize the word, it is set to #f by default.
Apply the SERIALIZE-FIELD procedure on the field and value of ENTRY.
Evaluate GEXP G-Expression locally on the caller side.
Evaluate GEXP on the daemon side as a derivation build. Display and return the build's stdout as a string. Always rebuild.
Build a lowerable object OBJ.
Returns file's content as a string.