process_response {ptvapi}R Documentation

Process a raw httr response and return an object of class ptv_api

Description

This S3 object returned by this function contains three elements:

Usage

process_response(response, request_url_without_auth)

Arguments

response

A raw response generated by the httr package

request_url_without_auth

Character. The request url, without devid and signature

Value

An S3 object of class ptv_api


[Package ptvapi version 2.0.5 Index]