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 a list of available <services> records.
Disable the given TECHNOLOGY.
Connect to the given SERVICE with the password returned by calling PASSWORD-PROC. This is only possible in the interactive mode of connmanctl because authentication is done by communicating with an agent.
As the open-pipe procedure of Guile do not allow to read from stderr, we have to merge stdout and stderr using bash redirection. Then error messages are extracted from connmanctl output using a regexp. This makes the whole procedure even more unreliable.
Raise &connman-connection-error if an error occurred during connection. Raise &connman-password-error if the given password is incorrect.
Connect to the given SERVICE.
Disconnect from the given SERVICE.
Return a list of available <technology> records.