shlink
shlink copied to clipboard
Support importing short URLs via rest API
Summary
Importing short URLs is currently only possible via command line. It would be nice to have an endpoint or set of endpoints that were able to handle this.
Use case
In some cloud infrastructures you may not have a way to open a shell to a deployed service. That makes it impossible to import short URLs if that's your case.
@acelaya I was going to use a Cloud Run Job to execute the CLI configured the same way as my Cloud Run Service to do this import, but discovered short-url:import doesn't support non-interactive flags for the csv import.
This would be great to have in its place 😄