initial creationg of the module

This commit is contained in:
Yanick Champoux 2023-10-31 10:22:36 -04:00
parent 28d3ce45bf
commit 0a5a48f0ee

View File

@ -0,0 +1,20 @@
package Dancer2::Plugin::JsonApi;
1;
__END__
=head1 NAME
Dancer2::Plugin::JsonAPI
=head1 SEE ALSO
=over
=item * The L<JSON:API|https://jsonapi.org> specs, natch.
=item * L<json-api-serializer|https://www.npmjs.com/package/json-api-serializer> My go to for serializing JSON API documents in JavaScript-land. Also, inspiration for this module.
=back