https://github.com/omdxp/godaddy-reseller-api-client
This wrapper client allows easy access to GoDaddy reseller api
https://github.com/omdxp/godaddy-reseller-api-client
api api-wrapper godaddy godaddy-api hacktoberfest javascript package reseller-api typescript wrapper
Last synced: over 1 year ago
JSON representation
This wrapper client allows easy access to GoDaddy reseller api
- Host: GitHub
- URL: https://github.com/omdxp/godaddy-reseller-api-client
- Owner: omdxp
- License: mit
- Created: 2021-09-24T20:15:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T02:41:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T21:46:04.663Z (over 1 year ago)
- Topics: api, api-wrapper, godaddy, godaddy-api, hacktoberfest, javascript, package, reseller-api, typescript, wrapper
- Language: TypeScript
- Homepage:
- Size: 127 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
godaddy-reseller-api-client
This wrapper client allows easy access to GoDaddy reseller api.
# How to install it?
- Using [npm](https://www.npmjs.com/):
```sh
npm i godaddy-reseller-api-client
```
- Using [yarn](https://yarnpkg.com/):
```sh
yarn add godaddy-reseller-api-client
```
# How to use it?
Please follow [this documentation](./docs/DOCS.md) to get started.
# Contributing
Please check [this](./CONTRIBUTING.md) if you consider to contribute to this project.
# License
This project is licensed under the [MIT](./LICENSE) license.