Skip to content

Draft: feature(repo): repo star command

Leonidas Spyropoulos requested to merge artafinde/devtools:repo_star into master

Marked as Draft until I figure out how to parse the HTTP responses elegantly. First time you call this (even with multiple packages) it works because the HTTP response is 201. Second time it's already starred and returns HTTP 304 (not modified) so I'll need to enable response headers to curl command 🤔

Thoughts?

Edited by Leonidas Spyropoulos

Merge request reports