Skip to content

Move api_auth() out to a file that can be included from plugins/modules

Mario requested to merge kenrestivo:refactor-out-api-auth into master

Created by: kenrestivo

This might be a bit controversial: but move the api_auth() function out to its own include file, to allow pluins to include it and use it to expose their own programmatic API.

I hope to use this for the hub account migrator, which is taking shape gradually.

Merge request reports