Source: golang-github-nrdcg-goinwx
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-fatih-structs-dev,
               golang-github-go-viper-mapstructure-dev,
               golang-github-kolo-xmlrpc-dev
Standards-Version: 4.7.4
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
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-github-fatih-structs-dev,
         golang-github-go-viper-mapstructure-dev,
         golang-github-kolo-xmlrpc-dev
Breaks: golang-github-xenolf-lego-dev (<< 4.35.2-1)
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
