Pairing Session - 2017/06/01 Collen / De Wet
Overview:
We spent our whole session on one ticket, trying to help a customer achieve something through the API that was ultimately not possible.
Tickets Worked On:
Post Call Notes:
In the past, I (De Wet) have steered away from testing things with the API that required a JSON payload because I didn't want to copy/paste a JSON blob in the terminal and didn't want to write code to build one.
BUT, we found here https://docs.gitlab.com/ee/api/commits.html some nice examples that include a JSON blob being assigned to a variable and sent as a payload in a curl command. Putting that in a file, making it executable and running it allows for easy testing of the API to see if something is possible
/cc @collen