parse_rt_properties {rt}R Documentation

Parse typical RT properties as contained in an RT response body

Description

The code gives a basic idea of the format but it's basically newline-separated key-value pairs with a ': ' between them. e.g.,

Usage

parse_rt_properties(body)

Arguments

body

(character) Response body from an rt_response

Details

id: queue/1 Name: General

Value

List of properties


[Package rt version 1.1.0 Index]