Liking cljdoc? Tell your friends :D

stripe-clojure.apps.secrets


delete-secretclj

(delete-secret stripe-client params)
(delete-secret stripe-client params opts)

Deletes a secret from the Stripe Apps secret store by name.

Stripe API docs: https://stripe.com/docs/api/apps/secret_store/delete

Deletes a secret from the Stripe Apps secret store by name.
   
Stripe API docs: https://stripe.com/docs/api/apps/secret_store/delete
sourceraw docstring

find-secretclj

(find-secret stripe-client params)
(find-secret stripe-client params opts)

Finds a secret in the Stripe Apps secret store by name.

Stripe API docs: https://stripe.com/docs/api/apps/secret_store/find

Finds a secret in the Stripe Apps secret store by name.
   
Stripe API docs: https://stripe.com/docs/api/apps/secret_store/find
sourceraw docstring

list-secretsclj

(list-secrets stripe-client)
(list-secrets stripe-client params)
(list-secrets stripe-client params opts)

List all secrets stored on the given scope.

Stripe API docs: https://stripe.com/docs/api/apps/secret_store/list

List all secrets stored on the given scope.
   
Stripe API docs: https://stripe.com/docs/api/apps/secret_store/list
sourceraw docstring

set-secretclj

(set-secret stripe-client params)
(set-secret stripe-client params opts)

Create or replace a secret in the Stripe Apps secret store.

Stripe API docs: https://stripe.com/docs/api/apps/secret_store/set

Create or replace a secret in the Stripe Apps secret store.
   
Stripe API docs: https://stripe.com/docs/api/apps/secret_store/set
sourceraw docstring

stripe-apps-secrets-endpointclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close