This commit is contained in:
Hong Ooi 2021-04-27 00:41:29 +10:00
Родитель 287af760db
Коммит 08bda33e66
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
Package: AzureGraph
Title: Simple Interface to 'Microsoft Graph'
Version: 1.2.2.9000
Version: 1.3.0
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")),
person("Microsoft", role="cph")

Просмотреть файл

@ -1,4 +1,4 @@
# AzureGraph 1.2.2.9000
# AzureGraph 1.3.0
- New API for working with paged result sets:
- New `ms_graph_pager` R6 class, which is an _iterator_ for the pages in the result.