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
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
@seaneagan do you think pub-dartlang should have a discovery endpoint api? For this particular use case, we could call pub.packages.list providing the q parameter and limit the response to names only. den could then employ discovery_api_dart_client_generator.
I was thinking to attempt this starting with the following apis:
AFAIK currently you have to request:
http://pub.dartlang.org/packages.json?page=
for each of about 26 pages, and then do the filtering locally, which takes too long for real time use cases.
I'm just looking for the package names, not necessarily any metadata, as that can be gotten from other APIs.
This would be useful for various tooling such as:
pub search
command (seenpm search
)The text was updated successfully, but these errors were encountered: