getServiceAdminEndpoints gets all of the services that the user associated with the input token has access to. The output of that function is a list of services that other functions in this library then loop through. Though you could use python to filter the service list prior to executing the other functions, it might be beneficial to have a built-in function that lets you filter by type, name, folder, etc. This, of course, may call for changes within the getServiceAdminEndpoints function to return more information to filter with.
getServiceAdminEndpoints gets all of the services that the user associated with the input token has access to. The output of that function is a list of services that other functions in this library then loop through. Though you could use python to filter the service list prior to executing the other functions, it might be beneficial to have a built-in function that lets you filter by type, name, folder, etc. This, of course, may call for changes within the getServiceAdminEndpoints function to return more information to filter with.