Skip to content

Conversation

@arslanbekov
Copy link
Member

@arslanbekov arslanbekov commented Feb 16, 2025

Description

  • Implement VPN Regions functionality in cloudconnexa/vpn_regions.go
  • Add List() method to retrieve all VPN regions
  • Add GetByID() method to retrieve a specific VPN region
  • Update README.md with VPN Regions usage example
  • Add comprehensive end-to-end tests for VPN Regions methods

Fixes #16 (issue)

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

expected)

  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have updated the documentation accordingly

@arslanbekov arslanbekov merged commit f363597 into main Feb 16, 2025
6 checks passed
@arslanbekov arslanbekov deleted the feature/vpn-regions-api branch February 16, 2025 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The method region assume you already know the region id, instead would be good to have also the listing of the regions (API supports it)

1 participant