You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
half-ogre edited this page Jun 19, 2012
·
3 revisions
The NuGet 2.0 clients uses two API endpoints to get tab completion data.
Package IDs API
GET api/v2/package-ids
Parameters
partialId: An optional string by which the list of packages will be filtered on ID. All package IDs starting with this parameter (ignoring case) will be returned.
includePrerelease: A Boolean that indicates whether package IDs that only have pre-release package versions will be included in the response.
Response
An array of strings in JSON. Only The first 30 results will be included in the response. For example: