Skip to content

Releases: milobella/anima

Initiate sentences API

15 Aug 11:16
2949b15
Compare
Choose a tag to compare
  • [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

11 Aug 06:59
Compare
Choose a tag to compare
  • Generate sentences from templates using different parameter types

    • string: Simple string parameter
    • time: 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.