<<

NAME

Auth

FUNCTIONS

new($api)

Create a new object for accessing Auth API

Parameters

$api

    API object
get_list
    Get list of jobs

Parameters

$params

    Hash of parameters

Return value

    JSON response as a string
get_specific
    Get specific job

Parameters

$key

    Job key

Return value

    JSON response as a string
post_job
    Post a new job

Parameters

$params

    Hash of parameters

Return value

    JSON response as a string
edit_job
    Edit existent job

Parameters

$key

    Job key

$params

    Hash of parameters

Return value

    JSON response as a string
delete_job
    Delete existent job

Parameters

$key

    Job key

$params

    Hash of parameters

Return value

    JSON response as a string

AUTHOR

Maksym Novozhylov <mnovozhilov@upwork.com>

COPYRIGHT

Copyright © Upwork Global Corp., 2015

<<