Skip to content

nclient/NClient.Samples

Repository files navigation

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.