Skip to content

artolshansky/simple-crud-api

Repository files navigation

Simple CRUD API on nestjs

API methods description

Method URL Data Description
get /page/all - Get all pages
get /page?link= Query parameter link: string Get page by path/link
post /page Body: { title: string; author: string; content: string; } Create page
patch /page/:id Parameter: id: string
Body: { title: string; author: string; content: string; }
Update page
delete /page/:id Parameter: id: string Delete page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages