Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

qa test-automation testing

Last synced: about 1 month 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';
```