faasr_register_workflow_github_repo_exists {FaaSr} | R Documentation |
Check the remote repository is existing on the github by sending the GET request. If it exists, return TRUE, doesn't exist, return FALSE
faasr_register_workflow_github_repo_exists(faasr_token, repo)
faasr_token |
a string for the github token |
repo |
a string for the target repository name |
a logical value; if exists, return TRUE, doesn't exist, return FALSE