API-Assembla
view release on metacpan or search on metacpan
README.mkdn view on Meta::CPAN
# DESCRIPTION
API::Assembla is a Perl interface to [Assembla](http://www.assembla.com/), a
ticketing, code hosting collaboration tool.
# ATTRIBUTES
## password
The password to use when logging in.
## url
The URL to use when working with the api. Defaults to
http://www.assembla.com
## username
The username to use when logging in.
# METHODS
## get_space ($id)
Get Space information.
## get_spaces
Get Space information. Returns a hashref of [API::Assembla::Space](http://search.cpan.org/perldoc?API::Assembla::Space) objects
lib/API/Assembla.pm view on Meta::CPAN
=head1 DESCRIPTION
API::Assembla is a Perl interface to L<Assembla|http://www.assembla.com/>, a
ticketing, code hosting collaboration tool.
=head1 ATTRIBUTES
=head2 password
The password to use when logging in.
=head2 url
The URL to use when working with the api. Defaults to
http://www.assembla.com
=head2 username
The username to use when logging in.
=head1 METHODS
=head2 get_space ($id)
Get Space information.
=head2 get_spaces
Get Space information. Returns a hashref of L<API::Assembla::Space> objects
( run in 1.022 second using v1.01-cache-2.11-cpan-49f99fa48dc )