Skip to content

karpen-dev/PostingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Post system

API for creating, deleting and receiving posts, which will be developed in the future.

Create post

POST http://localhost:8080/api/post
{
    "title": "POST TITLE",
    "description": "POST DESCRIPTION", 
    "author": "POST AUTHOR"
}

Show all posts

GET http://localhost:8080/api/post

Delete post

DELETE http://localhost:8080/api/post?title=POST TITLE

Thank you

About

Api for post creating.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages