class Pronto::Bitbucket

def approve_pull_request

def approve_pull_request
  client.approve_pull_request(slug, pull_id)
end