Aye-Bee-See / sqlite-express-api

0 stars 0 forks source link

Re-examine output handling #38

Open paxblueribbon opened 3 weeks ago

paxblueribbon commented 3 weeks ago

How should Info/Msg/Err be structured?

aowe-servicestore commented 3 weeks ago

Rethink output of stack. Format of constant messages

paxblueribbon commented 2 weeks ago

Currently the GetOne response for user by ID is data: { content } but the rest are data: { datavalues: { content }}

The former seems preferable to me.

paxblueribbon commented 2 weeks ago

Get rule by ID is maybe updating user?