initial creationg of the module
This commit is contained in:
parent
28d3ce45bf
commit
0a5a48f0ee
20
lib/Dancer2/Plugin/JsonApi.pm
Normal file
20
lib/Dancer2/Plugin/JsonApi.pm
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user