person-api-core
API to get Person elements using Microsoft .NET Core 2.0
This api provides a pre-defined set of Person elements (id, firstName, lastName, startDate, rating).
To start the site, use dotnet run
from the project folder.
Default location is http://localhost:9874/api/people
How to use this project is described in the following articles:
- Initial Task Samples with .NET Core 2.0
- Building a WebAPI Service with .NET Core 2.0
- Consuming a WebAPI Service with .NET Core 2.0
- Using Task with .NET Core 2.0: Success, Error, Cancellation
More articles to come.