This website requires JavaScript.
Explore
Help
Sign In
bent
/
GenericRestServer
Watch
1
Star
0
Fork
0
You've already forked GenericRestServer
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
develop
GenericRestServer
/
lib
/
generic_rest_server
History
Bent Witthold
b077a1c81c
Users can access their items via API. Authentication via API token. No public access to items.
2026-04-22 10:32:42 +02:00
..
accounts
Users can access their items via API. Authentication via API token. No public access to items.
2026-04-22 10:32:42 +02:00
items
After 'mix phx.gen.live Items Item items name:string description:string info:string amount:integer factor:float type:string'
2026-04-21 13:29:13 +02:00
accounts.ex
Users can access their items via API. Authentication via API token. No public access to items.
2026-04-22 10:32:42 +02:00
application.ex
After 'mix phx.new generic_rest_server --binary-id --no-install'
2026-04-21 10:28:19 +02:00
items.ex
After 'mix phx.gen.live Items Item items name:string description:string info:string amount:integer factor:float type:string'
2026-04-21 13:29:13 +02:00
mailer.ex
After 'mix phx.new generic_rest_server --binary-id --no-install'
2026-04-21 10:28:19 +02:00
repo.ex
After 'mix phx.new generic_rest_server --binary-id --no-install'
2026-04-21 10:28:19 +02:00