diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/regeng-api | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api index f5e68be3..fbc25f17 100644 --- a/scripts/regeng-api +++ b/scripts/regeng-api @@ -106,6 +106,9 @@ :biz-context-id biz-context-id) => () +(list-biz-contexts :cust-id 42) +=> (biz-context-id ...) + (get-biz-signing-certs :cust-id 42 :biz-context-id splat) => (cert ...) @@ -115,6 +118,10 @@ (cert ...)) => () +;; (define-friend) is missing. relationship of a friend to a ca context is: +;; a ca-context has zero or one parents (usually one, but rirs are weird) +;; a ca-context has zero or more children + (add-friend-biz-ta :cust-id 42 :biz-context-id splat :ta ta) |