Commit bc398da
committed
Add Name.com domain registrar adapter
- Implement NameCom adapter with full API v4 REST support
- Add comprehensive test suite for NameCom adapter
- Update GitHub Actions workflow to include NameCom credentials
- Update README with documentation for both OpenSRS and NameCom adapters
Features:
- Domain availability checking
- Domain registration and purchase
- Domain transfers with auth codes
- Domain renewal and management
- Nameserver updates
- Domain suggestions and search
- Price lookups with caching support
- Transfer status checking
- Full exception handling
The adapter supports both production (api.name.com) and
sandbox (api.dev.name.com) endpoints.1 parent 52b654f commit bc398da
File tree
4 files changed
+1144
-6
lines changed- .github/workflows
- src/Domains/Registrar/Adapter
- tests/Registrar
4 files changed
+1144
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
95 | | - | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | | - | |
99 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
100 | 133 | | |
101 | 134 | | |
102 | 135 | | |
| |||
0 commit comments