package EPFL::Sciper::List;
use 5.006;
use strict;
use warnings;
use JSON;
use Readonly;
use LWP::UserAgent;
=head1 NAME
EPFL::Sciper::List - Retrieve a list of all public active sciper from EPFL.
sciper from EPFL
use EPFL::Sciper::List qw/retrieveSciper toJson toTsv/;
my @listPersons = retrieveSciper();
print toJson(@listPersons);
print toTsv(@listPersons);
Via the command l
retrieveSciper toJson toTsv/;
Readonly::Scalar my $TIMEOUT => 1200;
Readonly::Scalar my $MAXREDIRECT => 10;
Readonly::Scalar my $AUTOCOMPLETE_URL =>
'https://search.epfl.ch/json/autocompletename