Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.18 KB

Peppermint.Qonto

Unofficial .Net Standard client for Qonto Bank APIs. Works with CLR and .Net Core Runtimes.

Getting Started

Go to Nuget repository and search Peppermint.Qonto package and add it to your project.

Prerequisites

.Net Standard 2.0 project with .Net Core or CLR application.

Installing

Adding Nuget package to your projects.

Running the tests

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

Deployment

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)

Built With

  • [Visual Studio] - IDE
  • [RestSharp] - .Net library for REST client
  • [SwaggerGen] - Code generator for REST proxy

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details