1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: golang-github-nrdcg-goinwx
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (=12),
dh-golang,
golang-any,
golang-github-fatih-structs-dev,
golang-github-kolo-xmlrpc-dev,
golang-github-mitchellh-mapstructure-dev
Standards-Version: 4.5.0
Homepage: https://github.com/nrdcg/goinwx
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nrdcg-goinwx
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nrdcg-goinwx.git
XS-Go-Import-Path: github.com/nrdcg/goinwx
Testsuite: autopkgtest-pkg-go
Package: golang-github-nrdcg-goinwx-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-fatih-structs-dev,
golang-github-kolo-xmlrpc-dev,
golang-github-mitchellh-mapstructure-dev
Breaks: golang-github-xenolf-lego-dev (<< 3.2.0-3~)
Description: INWX Go API client
This package contains a go library for the INWX API.
It implements some parts of the official INWX XML-RPC API.
- Account
* Login
* Logout
* Lock
* Unlock (with mobile TAN)
- Domains
* Check
* Register
* Delete
* Info
* GetPrices
* List
* Whois
- Nameservers
* Check
* Create
* Info
* List
* CreateRecord
* UpdateRecord
* DeleteRecord
* FindRecordById
- Contacts
* List
* Info
* Create
* Update
* Delete
|