Skip to content

Instantly share code, notes, and snippets.

@GeradeDev
Created July 3, 2019 14:43
Show Gist options
  • Save GeradeDev/48df899c939ca2d99ca8e2135d6479ed to your computer and use it in GitHub Desktop.
Save GeradeDev/48df899c939ca2d99ca8e2135d6479ed to your computer and use it in GitHub Desktop.
var customerService = RestClient.For<ICustomerService> ("https://customers-service.com");
var user = await customerService.GetCustomer(bafb92f7-a2b0-49e6-87c9-f2bd9c5601cb);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment