Open
Description
Hi there,
I want to propose a breaking API change, about moving resource.Conf
in github.com/rs/rest-layer/resource
to conf.Conf
in github.com/rs/rest-layer/resource/conf
. The reason for this is that I want to use resource configuration in schema/query
package, that currently results in cyclic dependency.
More specifically I want to remove this constant:
And use
conf.PaginationDefaultLimit
in connected resource.