gemini-projects/gemini

[DSL-CORE-API]: Singleton Entity

h4t0n opened this issue · 1 comments

h4t0n commented

A singleton Entity is a one record Entity, where we can only GET and PUT. No POST and DELETE are allowed. Todo:

  • DSL new ENTITY Type
  • CORE persistence and APIs (no delete or new one, only modify and get)
  • Special API handling (no POST and DELETE)
h4t0n commented

Done