Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 649 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 649 Bytes

Get to know API


This is idiomatic API that reads from a json file and returns back a structure. This code base is used for IGD Aspire Training Program.

Response structure

{
    "firstName": "Shubhankar",
    "lastName": "Nath",
    "location": {
        "country": "India",
        "state": "Delhi"
    }
}

Request URL

POST https://localhost:44368/api/

Contribution Guideline

  • Create your own branch like

{your_SunSign}/{alias} [All Small Letters]

tarus/shnath
  • Take latest from Master branch, resolve conflicts locally.
  • Raise a PR to main branch with proper change details.