Returns a URL for the primary resource of type type with id id. E.g. /books/123.
type
id
/books/123
@override Uri resource(String type, String id) => _resolve([type, id]);