The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

JSONAPI::Document::Builder::Role::Parameters - All available parameters for builders

VERSION

version 2.4

DESCRIPTION

This role contains (hopefully) all the understandable parameters that can be understood by any given builder.

fields

Subset of fields to include in the document.

api_url

The base URL of the API. This is a required attribute when you want to build links.

kebab_case_attrs

Boolean; Default: false

Determine whether to replace underscores with dashes for the rows column attributes.