.NET Core compatiable C# Wrapper for QIWI API
Build: | NuGet: |
---|---|
Currently there are not so much supported platforms
- .NET Standard 1.1
- .NET Standard 1.2
- .NET Standard 1.3
- .NET Standard 1.4
- .NET Standard 1.5
- .NET Standard 1.6
- .NET Standard 2.0
- .NET Framework 4.5
- .NET Framework 4.6
- .NET Framework 4.6.1
- .NET Framework 4.6.2
- .NET Framework 4.7
More platforms will be supported soon.
- Get token at https://qiwi.com/api
- Call
QiwiApi.Initialize("*tokent*)
to initialize api. - Call
QiwiApi.UserProfile()
to get user profile data. - Call any other method.
There are 2 mehtods you can call without initializing api:
QiwiApi.MobileProvider()
QiwiApi.CardProvider()
Both of them used to identify phone or card number to use in payment methods. Other methods must be used with proper specified token.
If you have some issues - feel free to create it in https://github.com/blackboneworks/qiwi-api-sharp/issues page.
- Fork the develop branch of https://github.com/blackboneworks/qiwi-api-sharp
- Commit your changes in small, incremental steps with clear descriptions
- When ready, issue a Pull Request (PR) against the develop branch of https://github.com/blackboneworks/qiwi-api-sharp