Skip to content

Commit 8cf4818

Browse files
committed
[Perl] Add Fastly.pm entry point file (TODO: generate this)
1 parent 11c2547 commit 8cf4818

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

lib/WebService/Fastly.pm

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
package WebService::Fastly;
2+
3+
use strict;
4+
use 5.008_005;
5+
our $VERSION = '2.0.0-TRIAL1';
6+
7+
1;
8+
__END__
9+
10+
=encoding utf-8
11+
12+
=head1 NAME
13+
14+
WebService::Fastly - an interface to most facets of the [Fastly API](https://developer.fastly.com/reference/api).
15+
16+
=head1 SYNOPSIS
17+
18+
use WebService::Fastly;
19+
20+
=head1 DESCRIPTION
21+
22+
Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/)
23+
24+
The version of the API Spec document: 1.0.0
25+
26+
=head1 AUTHOR
27+
28+
Fastly Inc., [email protected]
29+
30+
=head1 COPYRIGHT
31+
32+
Copyright 2022- Fastly, Inc.
33+
34+
=head1 LICENSE
35+
36+
This library is free software; you can redistribute it and/or modify
37+
it under the same terms as Perl itself.
38+
39+
=head1 SEE ALSO
40+
41+
=cut

0 commit comments

Comments
 (0)