-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Affects:
Server Actions
Need for this:
Links the get all actions for a server API, could be a useful helper method for users to view all actions.
Will need to support the advanced sorting and pagination from the API
Hetzner API documentation
https://docs.hetzner.cloud/#server-actions-get-all-actions-for-a-server
Tasks
- Implement builder to help users build a request
- Implement method on Server class, supporting both a builder and inline vars
- Implement change in ServerChangeListener
- Implement change in ServerService
- Add method on the response class, to support pagination
- Add testing