Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
github.com/nrfox/namecheap-2
libdns
This package implements the libdns interfaces for namecheap, allowing you to manage DNS records.
See namecheap api docs for details on how to get setup with using the namecheap API.
Once you have an API Key and have whitelisted your client IP, you can begin using this library. There's a simple integration test under ./internal/testing
that can be used for testing with this library and serves as an exmpale for usage. You can pass in your credentials through command line flags:
go test ./internal/testing/... -api-key <your_api_key> -username <your_username> -domain example.com.
By default the sandbox URL is used but you can also pass the production endpint with the -endpoint <url>
flag.
Unit tests are run with go tooling and gofmt should be run prior to submitting patches.
go test -race ./internal/namecheap/...
go fmt ./...
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.