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
Possibly just a simple 1:1 mapping of CLI to API endpoints (i.e. ApifyClient methods) - e.g. apify apiCall dataset listItems. It may also be viable (as @vladfrangu suggested) to just accept URLs as the CLI argument.
The advantage of this would be that
it would handle authentication (as opposed to plain curl),
there would be a way to call every endpoint from the CLI, and
we may even have autocompletion one day
The text was updated successfully, but these errors were encountered:
B4nan
added
the
t-tooling
Issues with this label are in the ownership of the tooling team.
label
Apr 8, 2024
Possibly just a simple 1:1 mapping of CLI to API endpoints (i.e.
ApifyClient
methods) - e.g.apify apiCall dataset listItems
. It may also be viable (as @vladfrangu suggested) to just accept URLs as the CLI argument.The advantage of this would be that
The text was updated successfully, but these errors were encountered: