proof of concept toegevoegd

This commit is contained in:
2022-06-09 12:57:08 +02:00
parent 1cac8e0b78
commit 7b7d4a8663
6 changed files with 225 additions and 0 deletions

View File

@ -59,4 +59,20 @@
PUBLISHER = "{RFC Editor}",
INSTITUTION = "{RFC Editor}",
URL={https://www.rfc-editor.org/rfc/rfc7617.html}
}
@online{ansible_collection,
author = {Ansible Community},
title = {Documentatie Ansible Collection Development},
year = 2022,
url = {https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html},
urldate = {2022-06-08}
}
@online{requests,
author = {Python Software Foundation},
title = {Requests: A simple, yet elegant, HTTP library.},
year = 2022,
url = {https://requests.readthedocs.io/en/latest/},
urldate = {2022-06-08}
}