CyberSource / cybersource-rest-client-dotnet

.NET client library for the CyberSource REST API
Other
19 stars 44 forks source link

Provide Open API 3.0 (swagger) files #69

Open xantari opened 5 years ago

xantari commented 5 years ago

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)

wrightsonm commented 3 years ago

@xantari is this what you are looking for?

https://github.com/CyberSource/cybersource-rest-client-dotnet/blob/master/generator/cybersource-rest-spec.json

xantari commented 3 years ago

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.