api_call: Create API calls

View source: R/api_funs.R

api_callR Documentation

Create API calls

Description

Create API calls

Usage

api_call(
  url = NULL,
  start_date = NULL,
  end_date = NULL,
  treat_count = 3000,
  profile_count = 50
)

Arguments

url

The base url

start_date

The date of the first treatment to be retrieved

end_date

The date of the last treatment to be retrieved

treat_count

The maximum number of treatments to be retrieved

profile_count

The maximum number of profiles to be retrieved


jwilliman/nightscout-insulin documentation built on Dec. 4, 2024, 3:16 a.m.