class Fitbark::Handler::V2::SetDailyGoal

#set_daily_goal

Fitbark::Handler::V2::SetDailyGoal define method set_daily_goal inside Client object

params (key/value):

example usage:

client = Client.new(token: 'a5b3f8...')
client.set_daily_goal(dog_slug: 'v4s1...', set_on: 1.month.from_now, goal_points: 11000)

response:

An array of Fitbark::Data::DailyGoal objects.