Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 264 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 264 Bytes

@qavajs/steps-api

Step library to work with REST, GraphQL and websocket API

Installation

npm install @qavajs/steps-api

Configuration

export default {
    require: [
        'node_modules/@qavajs/steps-api/index.js'
    ]
}