CmfEndpoint
cl_forge.core.endpoints.CmfEndpoint
¶
Base class for CMF API endpoints.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
api_key
|
str
|
CMF API key. |
required |
path
|
str
|
Path to the endpoint. |
required |
record_class
|
type[T]
|
Record class for the endpoint. |
required |
root_key
|
str
|
Root key in the API response containing the data. |
required |