Module: DHS::Record::Endpoints
- Extended by:
- ActiveSupport::Concern
- Included in:
- DHS::Record
- Defined in:
- lib/dhs/concerns/record/endpoints.rb
Overview
An endpoint is an url that leads to a backend resource. A record can contain multiple endpoints. The endpoint that is used to request data is choosen based on the provided parameters.
Defined Under Namespace
Modules: ClassMethods