Skip to content

Instantly share code, notes, and snippets.

View kru's full-sized avatar
Tinkering...

Kris Pamungkas kru

Tinkering...
View GitHub Profile
@kru
kru / response.json
Created May 19, 2017 16:44
response from the endpoint staging
{
"data": {
"type": "persons",
"id": "52",
"attributes": {
"prefix": "Dr.",
"first_name": "Carley",
"middle_name": "Rosemarie",
"last_name": "McClure",
"preferred_name": "Darrion McClure",
@kru
kru / request.json
Last active May 19, 2017 16:39
request to the endpoint staging
{
"data": {
"attributes": {
"first_name": "Carley"
},
"relationships": {
"object-custom-fields": {
"data": [
{
"attributes": {
@kru
kru / ubuntu_agnoster_install.md
Created January 22, 2017 17:20 — forked from renshuki/ubuntu_agnoster_install.md
Ubuntu 14.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH