Add GET Endpoint for all templates #9

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

GET (/svg/)
->
<-

{
   "<templateID1>": {
      "templateKeys": [
         "foo",
         "bar"
      ]
   }
}

returns all template IDs with their templateKeys

GET (/svg/) -> <- ```json { "<templateID1>": { "templateKeys": [ "foo", "bar" ] } } ``` 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tueem/svg-templater#9