Scott Offen
Scott Offen
This functionality is part of the legacy Grapevine project (4.x or below). What version of Grapevine are you using?
I would recommend switching to use the [`FluentHttpClient`](https://www.nuget.org/packages/FluentHttpClient/) library. ```csharp new class RequestObject { public string Empresa { get; set; } public string Banco { get; set; } public string...
Working on it, I'll let you know when it's available.
I like this idea, but I'm unfamiliar with the package. I'll look into this and get back.