Packages

A library for creating test simulators for external services.

Current section

Files

Jump to
sims priv templates sims.gen.http_crud config_module_function.eex
Raw

priv/templates/sims.gen.http_crud/config_module_function.eex

@doc """
Base url for the <%= @simulator.human_name %> server
"""
@impl true
def <%= @simulator.underscore_name %>_base_url do
adapter().<%= @simulator.underscore_name %>_base_url()
end