cassette v1.2.5 Cassette.Support
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" }
end
Please refer to Cassette
for usage