Skip to content

WIP: RemoteResource MVP prototype#72

Draft
kd-zero wants to merge 8 commits intomainfrom
feat/remote-resource-mvp
Draft

WIP: RemoteResource MVP prototype#72
kd-zero wants to merge 8 commits intomainfrom
feat/remote-resource-mvp

Conversation

@kd-zero
Copy link
Contributor

@kd-zero kd-zero commented Mar 4, 2026

Summary

  • add Fulfil::RemoteResource as a Fulfil-specific domain resource base class
  • add Fulfil::RemoteProduct as the first concrete subclass
  • wire new classes via lib/fulfil.rb
  • add unit tests for base behavior and product mapping
  • add RDoc comments for the new remote resource APIs
  • document remote resource usage in README

Current shape

Subclasses are expected to define:

  • FULFIL_MODEL_NAME
  • ATTRIBUTES
  • .from_fulfil(response)

Notes

  • intentionally Fulfil-specific (no adapter abstraction)
  • intentionally minimal MVP; create/update/pagination can be added next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant