PowerShell / PowerShellGallery

219 stars 59 forks source link

API - Get with `$select=Owners` returns "an error has occurred" #267

Open o-l-a-v opened 3 months ago

o-l-a-v commented 3 months ago

Prerequisites

Steps to reproduce

To reduce load on PSGallery and increase speed I'd like to use $select to only request the properties I need.

This works for properties like Id, Version and Authors. But not for Owners for some reason.

URL with all properties:

URL with Id and Version (works):

URL with Id, Version and Owners (does not work):

Expected behavior

All properties should be possible to $select

Actual behavior

$select=Owners does not work

Error details

No response

Environment data

Not relevant: API.

Version

Not relevant: API.

Visuals

No response