Skip to content

LizChe/simple-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple REST API

A simple REST API that allows to create and get a customer by id.

Example of GET Request:

localhost:8080/api/customer/{id}

Example of POST Request:

{
    "name": "Hendrix",
    "address": {
        "city": "Cracow",
        "country": "Poland",
        "street": "Jimi H.",
        "zipCode": "11-1942"
    }
}

Releases

No releases published

Packages

No packages published

Languages