NugetGalleryResource
NuGet gallery support.
The following resources are part of this group:
/nuget/{r}
Mount Point: /rest/nuget/{r}
The following operations are supported on this resource:
GET
Provides NuGet ODATA services as described by http://www.odata.org/developers/protocols/uri-conventions.
Supports X-NuGet-ApiKey token authentication.
Parameters
name | description | type | default |
---|---|---|---|
r | NuGet repository (Required). | path |
Response Body
element: | (custom) |
media types: | application/xml application/json |
(no documentation provided)
PUT
Uploads the attached NuGet packages.
Supports X-NuGet-ApiKey token authentication.
Parameters
name | description | type | default |
---|---|---|---|
r | NuGet repository (Required). | path |
DELETE
Deletes the NuGet package under the selected "/id/version/" path.
Supports X-NuGet-ApiKey token authentication.
Parameters
name | description | type | default |
---|---|---|---|
r | NuGet repository (Required). | path |