Skip to contents

mm_names() returns column names, filter status, description, and types through GET requests of the criteria and schema appendices.

Usage

mm_names(endpoint)

Arguments

endpoint

The API endpoint. For example, "timecard" for employee transactions, and "workorder" for work orders. All endpoints are listed at https://apidocs.megamation.com/.

Value

A data frame of class tbl_df containing the endpoint's appendix.

Examples

if (FALSE) { # megamation:::has_creds()
mm_names("status")
}