Actor runtime has unique API endpoints that are used to control the additional options not available on the Apify platform.
Those are mostly developer convenience endpoints to allow developers to better develop actors. For example:
Live dev folder functionality
- Observable Actor browsers
- Live debugging
- Migration emulation
- Real platform API fallback
- ...
Currently, those endpoints are scattered in the requirements.
Turn them into an OpenAPI specification and just reference them in the requirements.
Make the CLI enumerate runtime environments through the specification (Maybe through a specific endpoint? /v2/actor-runtime + anything that does not match)
Actor runtime has unique API endpoints that are used to control the additional options not available on the Apify platform.
Those are mostly developer convenience endpoints to allow developers to better develop actors. For example:
Live dev folderfunctionalityCurrently, those endpoints are scattered in the requirements.
Turn them into an OpenAPI specification and just reference them in the requirements.
Make the CLI enumerate runtime environments through the specification (Maybe through a specific endpoint? /v2/actor-runtime + anything that does not match)