logoRestFlow

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

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 != null

Get started with the Introduction or jump straight to Installation.