Fork me on GitHub
#luminus
<
2018-01-23
>
sudakatux00:01:25

im really struggling in finding a normal api example which prints the most common ussage: hitting the database and returning a result as a json array or json object

sudakatux00:01:49

the example provided just doesnt cover the simples datatypes. Could you guys point me to an existing project in github or equivelent where i can see fully funcional simple CRUD api

sudakatux00:01:56

Thanks in advance

sudakatux01:01:56

for anywone strugling with this

sudakatux01:01:02

(GET "/message" []
         {:body {:data (db/get-messages)}})

sudakatux03:01:35

but thank u verry much