Welcome
Complete guide to using Restflow for API testing
Welcome to the complete guide for Restflow - a powerful CLI tool for API testing with a human-readable DSL.
Quick Navigation
Getting Started
Learn the basics and get up and running quickly
Writing Flows
Master the flow syntax and language features
What is Restflow?
Restflow is a CLI tool that makes API testing simple and readable. Write your tests in plain text .flow files using an intuitive syntax that anyone can understand.
### Get User Profile
GET /users/123
Authorization: Bearer {{token}}
> assert status == 200
> assert body.name != nullGet started with the Introduction or jump straight to Installation.
RestFlow