R/directory.R
kth_catalog.Rd
Retrieve catalog data from the KTH Directory API given a slug for an organizational unit
kth_catalog(cfg = NULL, slug = NULL, lang = NULL)
a configuration setting for the KTH APIs including base URL etc, by default from config()
the slug (a kind of human readable organizational identifer used at KTH) to enumerate
language, by default "en" is used, can also be set to "sv"
results records returned from the search
if (FALSE) {
kth_catalog("s")
}