authenticate {vvtermtime}R Documentation

Authenticate with Semestry Termtime API

Description

This function authenticates with the Semestry Termtime API by verifying the API key and base URL. It returns an authenticated Semestry object that can be used for subsequent API calls.

Usage

authenticate(api_key, base_url)

Arguments

api_key

The API key for Semestry.

base_url

The base URL of the Semestry API.

Value

An authenticated Semestry object.


[Package vvtermtime version 0.0.1 Index]