---
title: "Discovery_get_all_collections"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{Discovery_get_all_collections}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
```

```{r setup}
library(MGPSDK)
```
```{r}
#instantiate the interface
#interface = MGPSDK::Interface$new()
#interface$discovery_get_all_collections()
```