Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 451 Bytes

[WIP] Restria - Entria's REST API boilerplate

Basic methods

Method Endpoint Description
GET /v1/users/:id get user by id
GET /v1/users get all users
POST /v1/users/:id insert user
POST /v1/users bulk insert users
DELETE /v1/user/:id soft delete user by id
DELETE /v1/users soft delete bulk of users

Postgres

Check Wiki