An open API service indexing awesome lists of open source software.

https://github.com/qavajs/api-service


https://github.com/qavajs/api-service

qa test-automation testing

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# @qavajs/api-service
This is a core package to get basic server requests with different protocols and architecture, like REST(HTTP), Websockets, SOAP

# How to use
```javascript
import { sendHttpRequest } from '@qavajs/api-service';
import { sendWebsocketMessage} from '@qavajs/api-service';
```