You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice if Cybersource provided Open API 3.0 files for all your API end points.
That way we could just generate our own client code as this library has many bugs, is not .NET Standard compatible, and is not actively maintained (many pending pull requests, open issues, and missing unit tests)
The text was updated successfully, but these errors were encountered:
Yeah, that looks like something we could use to build our own client. Granted they are swagger 2.0 instead of open api spec 3.0. The nswag generators are fairly good and is what we use for all of our client library creations for our own open api spec'd REST endpoints. So I could give it a try.
It would be really nice if Cybersource provided Open API 3.0 files for all your API end points.
That way we could just generate our own client code as this library has many bugs, is not .NET Standard compatible, and is not actively maintained (many pending pull requests, open issues, and missing unit tests)
The text was updated successfully, but these errors were encountered: