The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Auth0::Management::Role::Get - Role that provides a 'get' API method

SYNOPSIS

package WebService::Auth0::Management::Users;

use Moo;
extends 'WebService::Auth0::Management::Base';

with 'WebService::Auth0::Management::Role::Get';

sub path_suffix { 'users' }

# Other custom methods for the Endpoint

1;

DESCRIPTION

Helper role

METHODS

This class defines the following methods:

get ($id)

Get an item from the endpoint with the given id.

SEE ALSO

WebService::Auth0, https://auth0.com. WebService::Auth0::Management::Base

AUTHOR

  See L<WebService::Auth0>

COPYRIGHT & LICENSE

See L<WebService::Auth0>