Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
WebService::PivotalTracker::Me - The /me resource, an expanded Person
VERSION
version 0.12
SYNOPSIS
DESCRIPTION
This class represents the person to whom the token belongs.
my $me = $pt->me;
ATTRIBUTES
This class provides the following attribute accessor methods. Each one corresponds to a property defined by the PT REST API V5 me resource docs.
id
name
initials
username
time_zone
api_token
has_google_identity
receives_in_app_notifications
created_at
This will be returned as a DateTime object.
updated_at
This will be returned as a DateTime object.
kind
raw_content
The raw JSON used to create this object.
SUPPORT
Bugs may be submitted through https://github.com/maxmind/WebService-PivotalTracker/issues.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016 - 2020 by MaxMind, Inc.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)