Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a fn #1

Open
mannyvel opened this issue Apr 4, 2016 · 0 comments
Open

Added a fn #1

mannyvel opened this issue Apr 4, 2016 · 0 comments

Comments

@mannyvel
Copy link

mannyvel commented Apr 4, 2016

Hi!

I don't want to check this in, but I added a function to your class to update the scheduled time.

public function updateScheduleTime($schedule_id, $time)
{
    $this->throttle();
    $response = $this->rest->put("schedules/{$schedule_id}", "{\"localtime\" : \"$time\"}");
    return $response;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant