Skip to content

Added WebsitesManageV2 API support

Choose a tag to compare

@pehas pehas released this 03 Sep 08:21
· 15 commits to master since this release
1c97d34

Added WebsitesManageV2 API support:

  • New WebsitesManageV2 class - implementation of v2 API for enhanced website management
  • Extended website management methods:
    • create() - create website with category and region support
    • update() - update website information
    • verify() - verify website
    • delete() - delete website
    • get() - get websites list with pagination
    • getOne() - get specific website details
  • Enhanced data validation using sanitize_fields for all input parameters
  • Comprehensive test coverage for all new API methods with mock responses
  • Updated v2 API endpoints (/websites/v2/) supporting full CRUD operations