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
All public methods on the `Client` resemble the API provided by [KnpLab's `packagist-api`](https://github.com/KnpLabs/packagist-api),
73
-
except for an async shift in their return values.
73
+
except for an async shift in their return values:
74
74
Sending requests is async (non-blocking), so you can actually send multiple requests in parallel.
75
75
Packagist will respond to each request with a response message, the order is not guaranteed.
76
76
Sending requests uses a [Promise](https://github.com/reactphp/promise)-based interface that makes it easy to react to when a request is fulfilled (i.e. either successfully resolved or rejected with an error).
0 commit comments