Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface for making "raw" API calls #534

Open
janbuchar opened this issue Mar 25, 2024 · 0 comments
Open

Interface for making "raw" API calls #534

janbuchar opened this issue Mar 25, 2024 · 0 comments
Labels
t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@janbuchar
Copy link

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

  1. it would handle authentication (as opposed to plain curl),
  2. there would be a way to call every endpoint from the CLI, and
  3. we may even have autocompletion one day
@B4nan B4nan added the t-tooling Issues with this label are in the ownership of the tooling team. label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

No branches or pull requests

2 participants