vt-elixir / ja_serializer

JSONAPI.org Serialization in Elixir.
Other
640 stars 148 forks source link

Omitting prev/next links when higher than total page number #314

Closed strzibny closed 5 years ago

strzibny commented 5 years ago

It would be great if we can omit prev/next links since they should not be present if they don't exist. If someone pass page number 1000 and it does not exist, ja_serializer + scrivener_ecto and allow_overflow_page_number will happily generate these links.