Unofficial .Net Standard client for Qonto Bank APIs. Works with CLR and .Net Core Runtimes.
Go to Nuget repository and search Peppermint.Qonto package and add it to your project.
.Net Standard 2.0 project with .Net Core or CLR application.
Adding Nuget package to your projects.
A test project is included in sources. Change {username} and {secret} with your personal credentials for launch unit tests.
You mush know the slug and the IBAN for testing requests on transactions
Can be execute on a local workstation or a Windows / Mac / Linux servers thank to .Net Core runtime. You can use CLR with at least .Net Framework 4.7.2 (Support for .Net Standard 2.0)
- [Visual Studio] - IDE
- [RestSharp] - .Net library for REST client
- [SwaggerGen] - Code generator for REST proxy
We use SemVer for versioning.
- Alexandre JULIEN - Initial work - Peppermint Consulting
This project is licensed under the MIT License - see the LICENSE.md file for details