https://github.com/michaelborn/cbnamecheap
CFML API wrapper for Namecheap.com
https://github.com/michaelborn/cbnamecheap
Last synced: 5 months ago
JSON representation
CFML API wrapper for Namecheap.com
- Host: GitHub
- URL: https://github.com/michaelborn/cbnamecheap
- Owner: michaelborn
- Created: 2022-03-22T15:04:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T21:13:16.000Z (about 4 years ago)
- Last Synced: 2025-06-01T07:59:00.757Z (about 1 year ago)
- Language: ColdFusion
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Funding: .github/FUNDING.YML
Awesome Lists containing this project
README
# cbNameCheap
CFML API wrapper for the [Namecheap Developer API](https://www.namecheap.com/support/api/intro/).
This module is a work in progress. Feel free to contribute a test or feature.
## CONTRIBUTING
All contributions welcome! Fixing typos or adding tests are especially easy ways to help out.
To get started hacking on cbNameCheap:
1. Clone the module - `git clone git@github.com:michaelborn/cbNameCheap.git`
2. Install dependencies - `box install`
3. Start up a Lucee server - `box server start serverConfigFile=server-lucee@5.json`
4. Write code
5. Run tests - `box testbox run`
6. Push up a [pull request](https://github.com/michaelborn/cbNameCheap/pulls)
## The Good News
> For all have sinned, and come short of the glory of God ([Romans 3:23](https://www.kingjamesbibleonline.org/Romans-3-23/))
> But God commendeth his love toward us, in that, while we were yet sinners, Christ died for us. ([Romans 5:8](https://www.kingjamesbibleonline.org/Romans-5-8))
> That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved. ([Romans 10:9](https://www.kingjamesbibleonline.org/Romans-10-9/))
## Repository
Copyright 2022 (and on) - [Michael Born](https://michaelborn.me/)
* [Homepage](https://github.com/michaelborn/cbNameCheap)
* [Issue Tracker](https://github.com/michaelborn/cbNameCheap/issues)
* [New BSD License](https://github.com/michaelborn/cbNameCheap/blob/master/LICENSE)