-
Notifications
You must be signed in to change notification settings - Fork 144
URL coordinates of a Github Repo #1658
Copy link
Copy link
Closed
Description
Currently we have only one way to pass Coordinates of the repo: by using new Coordinates.Simple("username", "repo") which is fine for most cases, although I've faced with the next problem: I have the list of urls of GitHub repos:
- "https://github.com/apache/kafka.git"
- "https://github.com/apache/tomcat.git"
- "https://github.com/yegor256/takes.git"
- and so on
And I have to parse this list before passing to theCoordinates.Simplewhich is rather annoying.
I believe we have to addCoordinates.Linkor something like this in order to be able passCoordinatesas simpleURL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels