Skip to content

WorkingWithJsonAPIs

Craig Fowler edited this page Mar 18, 2019 · 3 revisions

The content below is only preliminary notes and not a complete wiki page.

Issue #165 has been opened to write this page.


Using the package

  • The NuGet package required
  • Configuring the integration
  • Providing a base URL

Creating services

  • Inherit from the base classes
  • Use the builder pattern to construct instances with parameters
  • Use relative URLs

Clone this wiki locally