btcpayserver/BTCPayServer.Client
Andrew Camilleri 5b3b96b372
GreenField: Payment Requests CRUD (#1430)
* GreenField: Payment Requests CRUD

* fixes

* fix swagger

* fix swag

* rebase fixes

* Add new permissions for payment requests

* Adapt PR to archive

* fix tst

* add to contains policxy

* make decimals returned as string due to avoid shitty language parsing issues

* do not register decimal json converter as global

* fix cultureinfo for json covnerter

* pr changes

* add json convertet test

* fix json test

* fix rebase
2020-05-20 02:59:23 +09:00
..
JsonConverters GreenField: Payment Requests CRUD (#1430) 2020-05-20 02:59:23 +09:00
Models GreenField: Payment Requests CRUD (#1430) 2020-05-20 02:59:23 +09:00
BTCPayServer.Client.csproj Make sure wallet support decimal fee, and allow user to select different fee rate based on expected confirmation time 2020-05-05 19:10:53 +09:00
BTCPayServerClient.APIKeys.cs A api key can always revoke itself, add a route to delete any api key 2020-03-27 14:46:51 +09:00
BTCPayServerClient.Authorization.cs BTCPayServer.Client library + Revoke API Key 2020-03-11 16:54:53 +01:00
BTCPayServerClient.cs Fixing CheckNoDeadLink test now that btse blocks our call from circleci 2020-04-22 15:05:13 +02:00
BTCPayServerClient.Health.cs Updates from code review 2020-04-21 16:43:14 +02:00
BTCPayServerClient.PaymentRequests.cs GreenField: Payment Requests CRUD (#1430) 2020-05-20 02:59:23 +09:00
BTCPayServerClient.ServerInfo.cs GreenField: Add Server Info API basics 2020-05-18 15:29:04 +02:00
BTCPayServerClient.Stores.cs Greenfield: Add update store API (#1495) 2020-04-27 20:13:20 +09:00
BTCPayServerClient.Users.cs Greenfield API: Create User 2020-03-17 08:21:27 +01:00
Permissions.cs GreenField: Payment Requests CRUD (#1430) 2020-05-20 02:59:23 +09:00