Files
community.general/docs/docsite/rst/dev_guide
Simon fb6ae90f60 Memset: initial module, integration tests, module_utils and supporting documentation. (#40071)
*  * Memset:
   * module_utils and associated documentation.
   * module to manage DNS zones.
   * integration tests to run against Memset's API.

* * memset.py:
  * remove import of requests from memset.py in favour of internal Ansible modules.
  * import necessary Ansible modules for request and response handling.
  * create a response object in order to retain a stable interface to memset_api_call from existing modules.
  * rework memset_api_call to remove requests.
* memset_zone.py:
  * improve short description to be more verbose.
  * ensure all imports directly follow documentation.
  * remove any reference to requests.
  * correct keyerror carried over from elsewhere.

* remove dependency on requests from documentation string

* disable integration tests until we have a cleanup method available
2018-05-18 10:45:38 +01:00
..
2018-05-09 10:08:59 +02:00
2017-01-06 09:16:59 -05:00
2018-04-13 14:15:26 -04:00
2018-04-20 12:17:02 -07:00
2017-01-06 09:16:59 -05:00
2018-04-27 13:21:39 -05:00
2017-01-06 09:16:59 -05:00
2018-04-17 15:02:56 -07:00
2018-04-25 11:18:52 -07:00
2018-04-27 01:16:12 -07:00