4 Commits
Author SHA1 Message Date
Brooke Kuhlmann 5cd685c992 Fixed RSpec inspectable endpoint shared example to only check contract
Necessary to only look for the contract since that's all we care about at the moment. This helps when endpoints don't have models.

Milestone: patch
2025-12-11 14:53:54 -07:00
Brooke Kuhlmann 5b23be83ce Added RSpec shared endpoint examples
Necessary to a define shared example for all endpoints to reduce duplication. This'll soon be used in all endpoint specs.

Milestone: minor
2025-05-19 08:21:40 -06:00
Brooke Kuhlmann 175795b2b2 Added container settings registration
Necessary to provide application wide access to the configuration which will soon be shared by the newly renamed requester and client (not implemented yet).

Milestone: minor
2025-05-05 17:00:55 -06:00
Brooke Kuhlmann 7c8db493fd Added application container
Necessary to register common application dependencies for potential injection as desired.
2025-04-22 14:24:33 -06:00