NAME
Auth
FUNCTIONS
- new($api)
-
Create a new object for accessing Auth API
Parameters
$api
API object - get_active_milestone
-
Get active Milestone for specific ContractParameters
$contract_id
Contract IDReturn value
JSON response as a string - get_submissions
-
Get active Milestone for specific ContractParameters
$milestone_id
Milestone IDReturn value
JSON response as a string - create
-
Create a new MilestoneParameters
$params
Hash of parametersReturn value
JSON response as a string - edit
-
Edit an existing MilestoneParameters
$milestone_id
Milestone ID$params
Hash of parametersReturn value
JSON response as a string - activate
-
Activate an existing MilestoneParameters
$milestone_id
Milestone ID$params
Hash of parametersReturn value
JSON response as a string - approve
-
Approve an existing MilestoneParameters
$milestone_id
Milestone ID$params
Hash of parametersReturn value
JSON response as a string - delete
-
Delete existent milestoneParameters
$milestone_id
Milestone IDReturn value
JSON response as a string
AUTHOR
Maksym Novozhylov <mnovozhilov@upwork.com>
COPYRIGHT
Copyright © Upwork Global Corp., 2015