Add GET Endpoint for all templates #9

Closed
opened 2026-02-03 07:53:45 +00:00 by tueem · 0 comments
Owner

GET (/svg/)
->
<-

[
  {
  	"Id": "templateid",
  	"TemplateKeys": [
  		"VIOLA",
  		"OLIVIA",
  		"ORSINO"
  	]
  },
  {
  	"Id": "templateid",
  	"TemplateKeys": [
  		"VIOLA",
  		"OLIVIA",
  		"ORSINO"
  	]
  }
]

returns all template IDs with their templateKeys

GET (/svg/) -> <- ```json [ { "Id": "templateid", "TemplateKeys": [ "VIOLA", "OLIVIA", "ORSINO" ] }, { "Id": "templateid", "TemplateKeys": [ "VIOLA", "OLIVIA", "ORSINO" ] } ] ``` returns all template IDs with their templateKeys
tueem added the enhancement label 2026-02-07 00:27:08 +00:00
tueem added this to the First prototype milestone 2026-02-07 00:27:10 +00:00
tueem added this to the dev project 2026-02-07 00:27:13 +00:00
tueem moved this to To Do in dev on 2026-02-07 00:27:30 +00:00
tueem moved this to In Progress in dev on 2026-05-17 11:59:07 +00:00
tueem closed this issue 2026-05-18 12:57:40 +00:00
tueem moved this to Done in dev on 2026-05-22 20:56:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tueem/svg-templater#9