Liking cljdoc? Tell your friends :D

stripe-clojure.http.request


make-requestclj

(make-request method url params opts config)

Makes an HTTP request to the Stripe API with retry capability for idempotent requests.

Parameters:

  • method: The HTTP method as a keyword (:get, :post, or :delete)
  • url: The full URL for the API endpoint
  • params: A map of parameters to send with the request
  • opts: A map of additional options
  • config: The effective configuration (from closure)
Makes an HTTP request to the Stripe API with retry capability for idempotent requests.

Parameters:
- method: The HTTP method as a keyword (:get, :post, or :delete)
- url: The full URL for the API endpoint
- params: A map of parameters to send with the request
- opts: A map of additional options
- config: The effective configuration (from closure)
sourceraw docstring

send-stripe-api-requestclj

(send-stripe-api-request method url options)

Sends an HTTP request to the Stripe API.

Sends an HTTP request to the Stripe API.
sourceraw docstring

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

× close