Endpoint reference
ReactorSDK exposes its endpoint families as named accessors on ReactorSDK::Client. This page is the high-level index so you can quickly find the part of the SDK that matches the task in front of you.
Coverage map
The client exposes these endpoint groups:
| Endpoint group | Primary purpose |
|---|---|
companies | Accessible companies for the current credential set |
properties | Property CRUD, parent company lookup, and property notes |
app_configurations | Company-scoped app configuration CRUD |
callbacks | Property callback subscriptions |
secrets | Secret CRUD, test and retry actions, and note support |
environments | Environment CRUD and host or library traversal |
hosts | Host CRUD and property traversal |
rules | Rule CRUD, revise workflow, origin lookup, libraries, notes, lean upstream lookup, and comprehensive review lookups |
rule_components | Component CRUD, extension lookup, related rules, and notes |
data_elements | Data element CRUD, revise workflow, lean upstream lookup, impact-aware comprehensive review lookup, and notes |
extensions | Installed extension CRUD, revise workflow, lean upstream lookup, comprehensive dependency review lookup, and notes |
extension_packages | Package listing, upload, versioning, release, and discontinue actions |
extension_package_usage_authorizations | Private package authorization workflows |
libraries | Library CRUD, relationships, builds, transitions, notes, upstream discovery, library snapshots, and generic resource-chain lookup |
builds | Build lookup, list, and republish actions |
revisions | Resource revision lists and generic revision snapshot lookup |
audit_events | Global audit event listing and lookup |
profiles | Current profile lookup |
search | Cross-resource search |
notes | Direct note lookup |
Top-level families
Start with these pages if you are still learning the gem or if your application is working with company, property, or environment setup:
- Companies & properties
- Companies
- Properties
- App configurations & callbacks
- Secrets, environments & hosts
- Authentication & configuration
- How the client works
Workflow families
Use these pages if your application manages Launch logic, delivery resources, or promotion workflows:
- Workflow resources
- Rules
- Rule components
- Data elements
- Extensions
- Extension packages & authorizations
- Libraries, builds & revisions
- Libraries
- Library comparison
- Upstream chain
- Builds
- Revisions
- Supporting discovery
- Resource objects
Troubleshooting and integration
Use these pages when you need help with failures, polling, or application integration: