shcribe

This is a library that dumps HTTP requests and responses to markdown files.

The idea is to add this to your test suite to document real request/response examples semi-automatically.

Package Version Hex Docs

gleam add shcribe@1
import shcribe

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/shcribe.

Development

gleam run   # Run the project
gleam test  # Run the tests
Search Document