web-performer is a robust tool designed to perform HTTP actions based on YML definitions. Streamline your web requests and automate your workflows with ease using our intuitive YML configuration.
@techthos/web-performer is a robust tool designed to perform HTTP actions based on YML definitions. Streamline your web requests and automate your workflows with ease using our intuitive YML configuration.
Install @techthos/web-performer via npm
npm install @techthos/web-performer
After installation, you can use the performer command to execute your HTTP actions. Here's a basic example:
performer run -f <path-to-your-yml-file>
Refer to the YML configuration guide for detailed usage.
Define your HTTP requests and GraphQL queries in a YML file. Here's a structure example:
version: "1" type: graphql endpoint: <your-endpoint> headers: - name: <header-name> value: <header-value> ...
For more see:
To build the project, run:
npm run build
We welcome contributions! Please submit pull requests for any enhancements, bug fixes, or features.
Techthos L.P. Email: [email protected]