nsabovic / loopialib

A pythonic interface to Loopia's XMLRPCAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loopia API

This is an unofficial pythonic implementation of Loopia's API. The default implementation is XMLRPC-based and leaves a lot of error handling to the end user. This implementation wraps that API which manages responses for you.

Documentation

This is alpha state software, and I haven't bothered with documentation yet.

Development

I have only implemented the features I need personally. As I need more features I will add them. Pull requests are welcome.

But, there is another project already!

Yes, loopia by anderspetersson and the similar loopiadnssync by Peter Lindblom. The second does however use Loopia's DynDNS API. I know these implementations but rolled my own because I enjoy writing these kinds of libraries. Choose whichever you like.

Changelog

Version 0.2.0

Released 21 August 2017

  • Added helper split_domain for separating domain and sub-domain
  • Added support for getDomain
  • Added support for getDomains
  • Fixed a problem where errors would not get raised on some types of API calls

Version 0.1.0

Released 2nd November 2016

  • Initial release

About

A pythonic interface to Loopia's XMLRPCAPI

License:MIT License


Languages

Language:Python 100.0%