https://github.com/qavajs/api-service
https://github.com/qavajs/api-service
qa test-automation testing
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qavajs/api-service
- Owner: qavajs
- Created: 2022-12-19T17:55:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T08:14:32.000Z (over 3 years ago)
- Last Synced: 2024-09-26T02:21:29.693Z (over 1 year 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';
```