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.
{
"firstName": "Shubhankar",
"lastName": "Nath",
"location": {
"country": "India",
"state": "Delhi"
}
}
POST https://localhost:44368/api/
- 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.