public function getSchedulesWithHttpInfo($feed_type, $limit = null, $offset = null)
    {
        $request = $this->getSchedulesRequest($feed_type, $limit, $offset);

        try {