Liking cljdoc? Tell your friends :D

stripe-clojure.config


api-keysclj

source

base-api-versionclj

source

default-client-configclj

source

default-connection-pool-optionsclj

source

mask-api-keyclj

(mask-api-key api-key)

Masks the middle portion of an API key, showing only the first 7 and last 4 characters. Example: 'sk_test_asdasdasadsad9Rglkf' -> 'sk_test...glkf'

Masks the middle portion of an API key, showing only the first 7 and last 4 characters.
Example: 'sk_test_asdasdasadsad9Rglkf' -> 'sk_test...glkf'
sourceraw docstring

mock-modeclj

source

stripe-api-namespaceclj

source

stripe-endpointsclj

source

stripe-server-rate-limitsclj

Stripe's actual server-side rate limits per their official documentation.

Key insights:

  • Live mode: 100 operations/second globally
  • Test mode: 25 operations/second globally
  • Individual endpoints: 25 requests/second default
  • Most limits are much lower than 1000 req/s
Stripe's actual server-side rate limits per their official documentation.

Key insights:
- Live mode: 100 operations/second globally
- Test mode: 25 operations/second globally  
- Individual endpoints: 25 requests/second default
- Most limits are much lower than 1000 req/s
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close