cognitedata / oryx

.NET Cross platform and highly composable middleware for building web request handlers in F#
Apache License 2.0
202 stars 10 forks source link

Add examples.fsproj with Oryx.ThothJsonNet example #58

Closed da9l closed 4 years ago

da9l commented 4 years ago

I've added a runnable Oryx.ThothJsonNet example based on the example in Readme.md.

IMLE (in my limited experience) Thoth makes a better job of showing what causes an error and it also makes it a lot easier to map strange json to sensible f# types.

I've set up the examples project to have project reference dependencies to all Oryx parts but paket dependencies to everything else.

Use or modify this PR as you find suitable.

codecov[bot] commented 4 years ago

Codecov Report

Merging #58 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   78.49%   78.49%           
=======================================
  Files          10       10           
  Lines         265      265           
  Branches       23       23           
=======================================
  Hits          208      208           
  Misses         49       49           
  Partials        8        8