axios-easy-auth

Modified axios with a simple addition of headers

$1/mo

0 downloads
kirillusenko
<h1>Were there any problems adding headers to the request?</h1> <h3>This library makes it easy.</h3> <br /> <pre>const auth = new EasyAuth('https://site.com', 'Bearer token')</pre> <p> First we need to create the EasyAuth class. Parameters accept site url, access token. </p> <br /> <pre> const postData = async () => { const responce = await auth.post('/posts', {}, {Header: 'value'}) console.log('POST') console.log(responce.data) } // post(path: string, body: array, headers: array) </pre> <p> Then you can make requests to the server. EasyAuth supports GET, POST, PUT, PATCH, DELETE methods. Documentation for all methods on github. Please write about errors there.

Пример: https://github.com/KirillUsenko/examples-axios-easy-auth

</p> <br /> <br /> <h1>Были проблемы с добавлением хэдеров в запрос?</h1> <h3>Данная библиотека упрощает это.</h3> <br /> <pre>const auth = new EasyAuth('https://site.com', 'Bearer token')</pre> <p> Для начала нужно создать класс EasyAuth. Параметрами принимает url сайта, access токен. </p> <br /> <pre> const postData = async () => { const responce = await auth.post('/posts', {}, {Header: 'value'}) console.log('POST') console.log(responce.data) } // post(path: string, body: array, headers: array) </pre> <p> Далее можно делать запросы на сервер. EasyAuth поддерживает методы GET, POST, PUT, PATCH, DELETE. Документация для всех методов на github. Про ошибки пишите туда же.

Пример: https://github.com/KirillUsenko/examples-axios-easy-auth

</p>

Monetize your
open-source work

Supercharge your OSS projects by selling npm packages. Get started in just 5 minutes.