Skip to content
Snippets Groups Projects
  1. Jul 09, 2020
    • oury.balde's avatar
      Add transactional emails · d2d36e51045a
      oury.balde authored
      Add rednerd template management API to let the user save templates
      for later use with the rendering api:
      
      - POST: /api/v1/template/{account}
      - PUT: /api/v1/template/{account}/{name}
      - DELELTE: /api/v1/template/{account}/{name}
      
      Render a custom template:
      
      - POST: /api/v1/render
      d2d36e51045a
  2. Jul 08, 2020
Loading