-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(centralnic-reseller-go-sdk): introducing CentralNic Reseller Go …
…SDK API Connector BREAKING CHANGE: We have deprecated the Hexonet Go SDK and introduced the CentralNic Reseller Go SDK.
- Loading branch information
1 parent
f6b96a0
commit 21c445c
Showing
17 changed files
with
471 additions
and
431 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "go-sdk", | ||
"description": "GO/GOLANG SDK for the insanely fast HEXONET API", | ||
"description": "GO/GOLANG SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API", | ||
"version": "0.0.0-development", | ||
"private": true, | ||
"author": { | ||
"name": "Kai Schwarz", | ||
"email": "[email protected]" | ||
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
|
@@ -17,16 +17,20 @@ | |
"maintainers": [ | ||
{ | ||
"name": "Kai Schwarz", | ||
"email": "[email protected]" | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Asif Nawaz", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"keywords": [ | ||
"hexonet", | ||
"cnr", | ||
"domain", | ||
"api", | ||
"connector", | ||
"isp", | ||
"ispapi", | ||
"cnic", | ||
"centralnic reseller", | ||
"ssl", | ||
"cert", | ||
"dns", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.