Skip to content

muhammedbehram/akka-http-first-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-http-first-api

GET /people

Tüm insanların id isim ve soyisim bilgileri ile geri döner.

Response:

[
    {
      "id": 1,
      "name": "muhammed",
      "surname": "behram"
    }
]

POST /person

Yeni bir birey kaydı alır.

Request Body:

[
    {
      "name": "muhammed",
      "surname": "behram"
    }
]

PUT /person/{id}

Var olan birey kaydını günceller.

Request Body:

[
    {
      "name": "muhammed osman",
      "surname": "behram"
    }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages