get('raids', ['include_past' => $include_past?"true":"false"],true,5); } public function getRaid($id,$force) { return $this->get("raids/$id", [], true, $force?-1:5); } public function getRoster(){ return $this->get("characters",[],true,5); } }