Skip to content

Commit 3c54eb6

Browse files
committed
updates
1 parent 2e46627 commit 3c54eb6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,14 @@ The plugin is auto-discovered by MyAdmin through Composer's plugin installer. It
4646
| `get_directadmin_license_types()` | Returns supported OS type mappings |
4747
| `activate_directadmin()` | Creates and activates a paid license |
4848
| `deactivate_directadmin()` | Cancels an active license |
49+
| `directadmin_deactivate()` | Alias that delegates to `deactivate_directadmin()` |
4950
| `get_directadmin_licenses()` | Lists all licenses on the account |
51+
| `get_directadmin_license()` | Fetches a single license record by ID |
5052
| `get_directadmin_license_by_ip()` | Finds a license by IP address |
53+
| `directadmin_ip_to_lid()` | Resolves an IP address to a license ID |
54+
| `directadmin_makepayment()` | Processes payment for a newly created license |
55+
| `directadmin_get_os_list()` | Retrieves available OS types from the DA API |
56+
| `directadmin_get_products()` | Retrieves the product catalog from the DA API |
5157
| `directadmin_modify_os()` | Changes the OS type of a license |
5258
| `activate_free_license()` | Provisions a free-tier license |
5359
| `delete_free_license()` | Removes a free-tier license |

0 commit comments

Comments
 (0)