From c48ecda020797fe3fe65d55d02a8b72f6e7f19cb Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 17 Feb 2022 09:27:40 -0600 Subject: add whole classes to documentation --- example/lazybones-example-docs.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'example/lazybones-example-docs.md') diff --git a/example/lazybones-example-docs.md b/example/lazybones-example-docs.md index a7dfca9..522d129 100644 --- a/example/lazybones-example-docs.md +++ b/example/lazybones-example-docs.md @@ -6,6 +6,17 @@ Just an API that defines some endpoints. These ## Endpoints +### GET /animal/:genus:/:species: +*text/plain* + +Route Variables: + +- GENUS +- SPECIES + + +Prints information about [Animal](#animal) specified by GENUS and SPECIES + ### POST /crapshoot *text/plain* @@ -97,3 +108,15 @@ An instance of person. As JSON, it looks like: +

animal

+ +An animal + +**Slots:** +- GENUS: The genus +- SPECIES: The species +- POPULATION: Population on Earth +- HABITAT: Where the animal lives + + + -- cgit v1.2.3