DeeJayTC / net-dynamic-api

A library that turns your model into a fully working API, define your model as markdown (soon), json or c#.
https://www.tcdev.de/tcdev-api-generator-getting-started
MIT License
191 stars 18 forks source link

Markdown to API Definition #19

Closed DeeJayTC closed 2 years ago

DeeJayTC commented 2 years ago

In one of the next versions there should be the option to turn markdown directly into a fully working API similar to JSON or Class modes already existing.

Sample markdown could look like this:


##classDefinition
#  Car
* route: car
* cache: true
## Attributes:
* id, int
* name, string,