AppleBusinessRegistry

Elixir client for Apple Business Registry / Apple Business Connect-style business and location management APIs.

Status

This package is currently experimental.

The Elixir client surface and tests are in place, but Apple’s current Business Connect API onboarding appears to use Business Connect service accounts (client_id and client_secret) rather than the older developer-key-style JWT flow this package currently implements.

Because of that mismatch, treat this package as a draft until the auth layer is refactored to Apple’s current service-account model.

Current Surface

The implemented API includes:

Installation

defp deps do
  [
    {:apple_business_registry, "~> 0.1.0"}
  ]
end

What Works Today

Publishing Note

If you publish this package before the auth refactor, it should be clearly marked as preview or experimental.

License

MIT