jasonbutz.info

Article Roundup - February 14, 2020

Article Roundup

Supercharge your command line experience: GitHub CLI is now in beta
If you work with GitHub and are frequently working in your terminal you may want to take a look at the GitHub CLI tool that is now in beta. It will let you view information about issues and pull requests associated with your repository. From there you can easily open a link to the item in your browser.

Microsoft REST API Guidelines
Microsoft has published its REST API guidelines and they serve as a good resource for what a well designed RESTful API should look like. They are a lofty goal for a small team creating a small API, but if you’re building something larger it’s probably worth looking through and understanding thoroughly.