Example:
has_one :country,
links: [
related: "/countries/:country_id"
]
Now the API should serve it on the following URL:
config :ja_serializer,
key_format: :camel_cased,
page_base_url: "https://example.com/api/v1/"
But the page_base_url is not appended.
Do I miss something?