Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 701 Bytes

File metadata and controls

6 lines (5 loc) · 701 Bytes

logoNClient sample applications

This repository contains a variety of sample applications illustrating how to use the NClient library:

  • ServiceProvidingClient - the sample of an ASP.NET Core service that provides a client library for consumers.
  • ServiceUsingClient - the sample of an ASP.NET Core service (worker) that uses a client to send requests to a third-party HTTP service API.
  • ThirdPartyServiceClient - the sample of a console application that uses a client to send requests to a third-party HTTP service API.