radex v0.1.0 Radex.Writer View Source
Write documentation based on the metadata stored
Link to this section Summary
Link to this section Functions
Generate a file path for an example
iex> example = %{metadata: %{resource: "Orders", description: "Creating an order"}}
iex> Radex.Writer.example_file_path(example)
"orders/creating_an_order.json"
Generate the index and all example files