APIClient.requestJSON

Makes a HTTP request to the API (with JSON body), returning an APIResponse

Parameters

route CompiledRoute

route to make the request for

params string[string]

HTTP parameter hash table to pass to the URL router

Meta