Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/netim provider #103

Merged
merged 40 commits into from
Feb 19, 2025
Merged

Feature/netim provider #103

merged 40 commits into from
Feb 19, 2025

Conversation

RoussKS
Copy link
Contributor

@RoussKS RoussKS commented Jan 31, 2025

Closes #102

Implementation for Netim based on original PR #92

After we addressed the PR review items, we made some code refactoring to facilitate PHP PSR, autoloading, & our coding standards.

Tested all methods as described in the original PR and working as expected

The following operations are implemented for Netim:

✅ domainAvailabilityCheck()
✅ setAutoRenew()
✅ register()
✅ transfer()
✅ renew()
✅ getInfo()
✅ updateRegistrantContact()
✅ updateNameservers()
✅ setLock()
✅ getEppCode()
✅ poll()

The following operations aren't supported by Netim:
updateIpsTag()

@RoussKS RoussKS requested a review from uphlewis January 31, 2025 09:22
@RoussKS RoussKS self-assigned this Jan 31, 2025
@RoussKS
Copy link
Contributor Author

RoussKS commented Jan 31, 2025

@netim-com this is the updated PR for your reference

Roussetos Karafyllakis added 2 commits January 31, 2025 09:39
…ng user function with callable, as user function does not exist
@uphlewis uphlewis merged commit 5871246 into main Feb 19, 2025
3 checks passed
@RoussKS RoussKS deleted the feature/netim-provider branch February 19, 2025 21:03
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.

Add netim domain provider
2 participants