Changelog ========= 1.9 (2018-04-16) ---------------- - Added pagination to the service for listing all user's Blogs. Parameters `page` and `page_size` with default values `page=1` and `page_size=10` are used to select page and number of blogs per page. 1.8 (2017-05-27) ---------------- - `last_indexation_check` was refactored to `indexation_modified` to better describe the value of this field. The timestamp is not updated every time we check for indexation (almost every day), but only when a change in indexation occurs (from pending to indexed, from indexed to deindexed, etc.). 1.7 (2016-07-12) ---------------- - Authentication should now be with API Key instead of account password. 1.6 (2016-03-04) ---------------- - Added the following fields to the Blog object: ``redirects``, ``not_found_pages``. 1.5 (2016-02-16) ---------------- - Added the following fields to the Blog object: ``pages``, ``posts``, ``comments``, ``last_post``. 1.4 (2015-11-26) ---------------- - Refactored ``blog['dns_servers']`` to ``blog['nameservers']`` to avoid confusion what these are. 1.3 (2015-07-23) ---------------- - Added Service for creating & deploying Blogs via the API. 1.2 (2015-07-15) ---------------- - Added location to HTTP302's response body. 1.1 (2015-07-14) ---------------- - Added Blog Networks services for getting, listing, creating and deleting Blog Networks. 1.0 (2015-07-10) ---------------- - Initial release.