Запросы идут через Node.js в main процессе — никаких CORS ограничений. Можно обращаться к любым внешним API.Documentation Index
Fetch the complete documentation index at: https://bym.lonestill.uk/llms.txt
Use this file to discover all available pages before exploring further.
Методы
Ответ
{ ok: false, status: 0, error: string }
Параметры request
| Параметр | По умолчанию | Описание |
|---|---|---|
url | обязательно | Полный URL |
method | 'GET' | HTTP метод |
headers | {} | Заголовки |
body | — | Тело запроса |
timeout | 15000 | Таймаут в мс |