This is a sample project for using TypedRest for .NET. It provides a simple REST API for storing contacts in an address book and uses SQLite for persistance.
The code is split into:
- Service/: an ASP.NET Web API Service
- Client/: a TypedRest client library
- Dto/: DTOs shared by the Client and the Service
- UnitTests/: Tests that ensure the Client and Service work together