Releases: milobella/anima
Releases · milobella/anima
Initiate sentences API
- [Breaking Change]
[POST] /restitute
->[POST] /api/v1/restitute
(kept the old one to ensure compatibility) [GET] /api/v1/sentences
: Display the sentences mapping.
v0.1
-
Generate sentences from templates using different parameter types
string
: Simple string parametertime
: Time parameter (for the moment, it is not doing any transformation)enumerated_list
: Enumerate a list of element (["eltA", "eltB", "lastElt"] -> "eltA, eltB, and lastElt")inner
: A parameter which will be recursively processed again to search for parameters
-
Initialized the main architecture.