Package: vstsr
Type: Package
Title: Access to 'Azure DevOps' API via R
Version: 1.1.1
Authors@R: person('Ashley', 'Baldry', email = 'arbaldry91@gmail.com', role = c('aut', 'cre'))
Description: Implementation of 'Azure DevOps'
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.
License: GPL-2
URL: https://github.com/ashbaldry/vstsr,
https://docs.microsoft.com/en-us/rest/api/azure/devops
BugReports: https://github.com/ashbaldry/vstsr/issues
Imports: R6, httr, RCurl, jsonlite
Encoding: UTF-8
Roxygen: list(r6 = FALSE)
RoxygenNote: 7.2.3
Suggests: testthat
Language: en-GB
Config/pak/sysreqs: make libssl-dev
Repository: https://ashbaldry.r-universe.dev
Date/Publication: 2023-08-20 10:18:21 UTC
RemoteUrl: https://github.com/ashbaldry/vstsr
RemoteRef: HEAD
RemoteSha: 76111d35ddb7650eb6d602b6acc60f95925cbb03
NeedsCompilation: no
Packaged: 2026-06-13 08:33:09 UTC; root
Author: Ashley Baldry [aut, cre]
Maintainer: Ashley Baldry