Package: vstsr 1.1.1
vstsr: Access to 'Azure DevOps' API via R
Implementation of 'Azure DevOps' <https://azure.microsoft.com/> API calls. It enables the extraction of information about repositories, build and release definitions and individual releases. It also helps create repositories and work items within a project without logging into 'Azure DevOps'. There is the ability to use any API service with a shell for any non-predefined call.
Authors:
vstsr_1.1.1.tar.gz
vstsr_1.1.1.zip(r-4.5)vstsr_1.1.1.zip(r-4.4)vstsr_1.1.1.zip(r-4.3)
vstsr_1.1.1.tgz(r-4.4-any)vstsr_1.1.1.tgz(r-4.3-any)
vstsr_1.1.1.tar.gz(r-4.5-noble)vstsr_1.1.1.tar.gz(r-4.4-noble)
vstsr_1.1.1.tgz(r-4.4-emscripten)vstsr_1.1.1.tgz(r-4.3-emscripten)
vstsr.pdf |vstsr.html✨
vstsr/json (API)
NEWS
# Install 'vstsr' in R: |
install.packages('vstsr', repos = c('https://ashbaldry.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ashbaldry/vstsr/issues
Last updated 1 years agofrom:76111d35dd. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | NOTE | Nov 22 2024 |
R-4.5-linux | NOTE | Nov 22 2024 |
R-4.4-win | NOTE | Nov 22 2024 |
R-4.4-mac | NOTE | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:vsts_accountvsts_auth_keyvsts_create_releasevsts_create_repovsts_create_workitemvsts_delete_repovsts_deploy_releasevsts_get_build_defsvsts_get_commitsvsts_get_projectsvsts_get_releasevsts_get_release_defsvsts_get_releasesvsts_get_reposvsts_get_workitemvsts_get_workitem_fieldsvsts_get_workitemsvsts_run_command
Dependencies:askpassbitopscurlhttrjsonlitemimeopensslR6RCurlsys
Readme and manuals
Help Manual
Help page | Topics |
---|---|
vstsr: A package connecting R and Azure DevOps | vstsr-package vstsr |
Azure DevOps Account | vsts_account |
Azure DevOps Authentication Key | vsts_auth_key |
Azure DevOps Project Release Information | vsts_create_release |
Azure DevOps Project Work Items | vsts_create_workitem |
Azure DevOps Project Release Environment Information | vsts_deploy_release |
Azure DevOps Project Build Definition Information | vsts_get_build_defs |
Azure DevOps Project Git Repositories | vsts_get_commits |
Azure DevOps Projects | vsts_get_projects |
Azure DevOps Project Release Definition Information | vsts_get_release_defs |
Azure DevOps Project Release Information | vsts_get_release vsts_get_releases |
Azure DevOps Project Repositories | vsts_create_repo vsts_delete_repo vsts_get_repos |
Azure DevOps Work Item Fields | vsts_get_workitem_fields |
Azure DevOps Project Get Work Items | vsts_get_workitem vsts_get_workitems |
Azure DevOps Custom API Calls | vsts_run_command |