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.
Return the evaluations among the latest LIMIT evaluations that have COMMIT as one of their inputs.
Return the latest builds performed by the CI server at URL. If EVALUATION is an integer, restrict to builds of EVALUATION. If SYSTEM is true (a system string such as "x86_64-linux"), restrict to builds for SYSTEM.
Return the given EVALUATION performed by the CI server at URL.
Return the duration in seconds of BUILD.
Look up build ID at URL and return it. Raise &http-get-error if it is not found (404).