Skip to content

andrexus/goinwx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Andrew Tarasenko
Sep 14, 2017
cfddb69 · Sep 14, 2017

History

20 Commits
Apr 17, 2017
Jan 17, 2017
Sep 14, 2017
Sep 14, 2017
Jan 12, 2017
Sep 14, 2017
Jun 2, 2017
Jul 19, 2017
Jul 19, 2017
Jan 17, 2017
Jul 19, 2017
Jan 14, 2017
Jul 19, 2017

Repository files navigation

goinwx

INWX Go API client

This go library implements some parts of the official INWX XML-RPC API.

Full API documentation can be found here

The following parts are implemented:

  • 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

Your contributions are very appreciated.