whiteinge/ok.sh

Add shell-friendly wrappers around common endpoints (repos, issues, etc)

Closed this issue · 3 comments

Small functions that present a nice interface on making a request and processing the output for easy use with other common CLI tools.

Fleshed out the interface for the first in 2deaf15. Others on the way.

More in f05cb36 and 4cd8bfd.

There are many more that can be added but we now have most of the basic patterns fleshed out now. GET, follow pagination, POST/PUT, upload files, DELETE. (Still need to add conditional requests but that should be easy.)