mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 03:01:29 -07:00
add how to create HttpApi plugins for network modules (#54340)
* initial port over from gdoc * crosslink httpapi pages * Add some examples? * Add quick example of using Connection * Fix indentation of python code blocks * moved to a full developer guide for networks * Try to clarify some examples * Fix typos How did I even do that?
This commit is contained in:
parent
5311ee9efa
commit
cca365061c
5 changed files with 149 additions and 1 deletions
|
@ -22,6 +22,7 @@ Find the task that best describes what you want to do:
|
|||
* What do I need to know before I start coding?
|
||||
* I want to :ref:`set up my Python development environment <environment_setup>`.
|
||||
* I want to :ref:`get started writing a module <developing_modules_general>`.
|
||||
* I want to :ref:`write a network module <developing_modules_network>`.
|
||||
* I want to :ref:`write a Windows module <developing_modules_general_windows>`.
|
||||
* I want to `write an Amazon module <https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/amazon/GUIDELINES.md>`_.
|
||||
* I want to :ref:`write a series of related modules <developing_modules_in_groups>` that integrate Ansible with a new product (for example, a database, cloud provider, network platform, etc.).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue