Rest api POST
Get Cakes
POST
https://ggit.mysevidu.com/api/posts
This endpoint allows you to get free cakes.
Request Body
Name
Type
Description
participanta
string
Numele participantei care a facut postarea
titlu
string
Titlul postarii
descriere
string
Corpul postarii
{
"participanta": "Ana Maria",
"titlu": "Titlul postarii",
"descriere": "Descrierea postarii"
}
GET
http://ggit.mysevidu.com/api/posts
Request Body
Name
Type
Description
participanta
string
numele participantei
string
Titlul postarii
string
Descrierea postarii
{
"id":1
"participanta": "Alexandra Ion",
"titlu": "Primul meu articol",
"descriere": "descrierea articolului"
},
Last updated