Thoth.Fetch icon indicating copy to clipboard operation
Thoth.Fetch copied to clipboard

Thoth.Fetch provides an easy to use API for working with Fable.Fetch and Thoth.Json

Results 5 Thoth.Fetch issues
Sort by recently updated
recently updated
newest added

Follow up of #29. This prevents inlining big functions by putting the bulk of the fetch code in non-inlined `__tryFetchAs` function that receives the data and response `Type` arguments. `tryFetchAs`...

I have a couple coders for single-case unions: ```fs let itemIDEnc (ItemID id) = Encode.string id let itemIDDec : Decoder = Decode.map ItemID Decode.string let extras = Extra.empty |> Extra.withCustom...

Link to gitpod discussion: https://community.gitpod.io/t/frequent-permission-denied-when-using-dotnet-core/1473

@forki made the proposition to create a .Net version of this library It would expose Task and use HttpClient under the hood. *I do like this idea*