Skip to content

cagataykiziltan/RestsharpApiClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RestsharpApiClient

Restsharp client implementation by using restsharp package you can consume your services easily.

There are two solutions in the repository. First is client, second is service which communicates by using json datas.

**Client is your client project including connection methods to services and sample service calls.
**Service is sample api service to test your client.

There are four main methods in the client project.

  • Post method which you can post your requests to service.
  • Put method which you can update your objects.
  • Get method which you can get from service.
  • Delete method which you can delete data.

by running two project at the same time (client and service), you can connect to service, debug, examine and integrate api client to your own projects.

DONT FORGET : change uri in the client application program.cs with your own local service uri.

Written by Mustafa Çağatay KIZILTAN

About

Restsharp is Simple REST and HTTP API Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages