bmf-san / gobel-api

Gobel is a headless cms built with golang.
MIT License
33 stars 11 forks source link

Rethink the design of private and public apis #17

Open bmf-san opened 3 years ago

bmf-san commented 3 years ago

Description

Rethink the design of what appears to be redundant in the implementation of private and public apis

bmf-san commented 11 months ago

It may be better to cut out the API for admin to a separate service instead of private. Since the API for admin is assumed to be used only internally, it seems easy to separate it into a separate service as an internal API.