Skip to content

An Idiomatic API that Reads from a json file and responds back. For training purposes only.

Notifications You must be signed in to change notification settings

Shubhankar-Nath/GetToKnow

Repository files navigation

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.

About

An Idiomatic API that Reads from a json file and responds back. For training purposes only.

Topics

Resources

Stars

Watchers

Forks

Languages