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

Missing get project(s) a person has access to. #33

Open
Jameron opened this issue Feb 12, 2016 · 1 comment
Open

Missing get project(s) a person has access to. #33

Jameron opened this issue Feb 12, 2016 · 1 comment

Comments

@Jameron
Copy link

Jameron commented Feb 12, 2016

Added this to my service.php file to get a person's projects.

    'getPersonsProjects' => array(
        'httpMethod' => 'GET',
        'uri'       => 'people/{personId}/projects.json',
        'summary'   => 'Get projects a person has access to.' . PHP_EOL . '[Basecamp API: People](https://github.com/basecamp/bcx-api/blob/master/sections/people.md)',
        'parameters' => array(
            'personId' => array(
                'location' => 'uri',
                'description' => 'Person ID',
                'type' => 'integer',
                'required' => true,
            )
        )
    ),
@Jameron Jameron changed the title Missing Get project a person has access to. Missing Get project(s) a person has access to. Feb 12, 2016
@Jameron Jameron changed the title Missing Get project(s) a person has access to. Missing get project(s) a person has access to. Feb 12, 2016
@ricbra
Copy link
Contributor

ricbra commented Feb 14, 2016

Hi @Jameron ,

Could you open a pull request for this? Would be nice to get this in.

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

2 participants