ducky/subscriptions

Paddy 2015-07-13 Parent:fe8f092cc149

7:9e138933e4ce Go to Latest

ducky/subscriptions/secrets/subscriptions.json

Create a client for working with subscriptions. We mostly copied our code.secondbit.org/auth.hg/client package to create a simple client library for communicating with our Subscriptions API. Right now, the client only has support for creating a subscription. It remains untested, but it builds.

History
1 {
2 "apiVersion": "v1",
3 "kind": "Secret",
4 "metadata" : {
5 "name": "subscriptions",
6 "namespace": "default"
7 },
8 "data": {
9 "dsn": "Cg=="
10 }
11 }