Package: vstsr
Type: Package
Title: Access to Visual Studio Team Services API via R
Version: 1.0.0
Authors@R: person('Ashley', 'Baldry', email = 'arbaldry91@gmail.com', role = c('aut', 'cre'))
Description: Implementation of Visual Studio Team Services <https://www.visualstudio.com/team-services/> 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 Visual Studio. 
    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/vsts
BugReports: https://github.com/ashbaldry/vstsr/issues
Imports: R6, httr, RCurl, magrittr, jsonlite, xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-03-13 17:20:33 UTC; BaldryA
Author: Ashley Baldry [aut, cre]
Maintainer: Ashley Baldry <arbaldry91@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-14 10:20:42 UTC
