Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qavajs/api-service
- Owner: qavajs
- Created: 2022-12-19T17:55:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T08:14:32.000Z (almost 2 years ago)
- Last Synced: 2024-09-26T02:21:29.693Z (3 months ago)
- Topics: qa, test-automation, testing
- Language: TypeScript
- Size: 426 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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';
```