Cassette.Support (cassette v1.5.3)
This macro module allows you to create your own Cassette service with custom configurations
You can customize the (otp) application name with the :process_name key and
provide your configuration in the :config key.
defmodule MyCas do
use Cassette.Support, process_name: :EmployeesCas, config:
%{Cassette.Config.default | base_url: "https://employees-cas.example.org"}
endPlease refer to Cassette for usage
Link to this section Summary
Link to this section Types
Specs
t() :: module()