bmf-san / gobel-api

Gobel is a headless cms built with golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change to a configuration that allows schema-driven development based on Open API

bmf-san opened this issue · comments

In order to apply it to gobel-api, the following is required.

  • It would be better to abolish the current package structure that uses Clean Architecture and change to a flat and simple structure first.
  • Write API doc in Open API specification before automatic generation
  • Decide on operational policy by adjusting options for code generation, etc.