diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-01-30 01:11:57 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-01-30 01:11:57 +0100 |
| commit | 8bc3a3677f2fbde32e20925303976fe298d0c456 (patch) | |
| tree | e52ee951e23ba3a7d417b1911e562f98a52bb177 | |
| parent | a0d0171095a9122904790eefaad4fcd9817732d7 (diff) | |
| download | dotnet-vipps-ecommerce-8bc3a3677f2fbde32e20925303976fe298d0c456.tar.xz dotnet-vipps-ecommerce-8bc3a3677f2fbde32e20925303976fe298d0c456.zip | |
Update README.md
| -rw-r--r-- | README.md | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -1,11 +1,7 @@ -Implements https://vippsas.github.io/vipps-ecom-api , more or less (see [IVippsEcommerceService.cs](https://git.sr.ht/~ivar/IOL.VippsEcommerce/tree/master/item/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)). +Implements https://vippsas.github.io/vipps-ecom-api, more or less (see [IVippsEcommerceService.cs](https://git.ivarlovlie.no/dotnet-vipps-ecommerece/tree/src/IOL.VippsEcommerce/IVippsEcommerceService.cs)). -`dotnet add package IOL.VippsEcommerce` - -[](https://builds.sr.ht/~ivar/IOL.VippsEcommerce/commits/.run-tests.yml?) - -[](https://www.nuget.org/packages/IOL.VippsEcommerce) -([fuget](https://www.fuget.org/packages/IOL.VippsEcommerce)) +Install: `dotnet add package IOL.VippsEcommerce` +Nuget: https://www.nuget.org/packages/IOL.VippsEcommerce ## Configuration @@ -19,11 +15,11 @@ services.AddVippsEcommerceService(o => { }); ``` -See [VippsConfiguration.cs](https://git.sr.ht/~ivar/IOL.VippsEcommerce/tree/master/item/src/IOL.VippsEcommerce/Models/VippsConfiguration.cs) for available properties. +See [VippsConfiguration.cs](https://git.ivarlovlie.no/dotnet-vipps-ecommerece/tree/src/IOL.VippsEcommerce/Models/VippsConfiguration.cs) for available properties. ## Caching -The service can cache the credentials for api-access in a file with optional AES encryption, example: +The service can cache the credentials for api access in a file with optional AES encryption, example: ```csharp services.AddVippsEcommerceService(o => { o.CacheEncryptionKey = "randomstring"; // optional key for AES encryption, if omitted the cache will be readable json with your keys exposed and everything. |
