This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g default-terminal "screen-256color" | |
set -g history-limit 10000 | |
# use VI | |
set-window-option -g mode-keys vi | |
unbind -t vi-copy Enter | |
bind-key -t vi-copy Enter copy-pipe "reattach-to-user-namespace pbcopy" | |
# y and p as in vim | |
bind Escape copy-mode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design | |
https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md | |
https://cloud.google.com/apis/design/ | |
https://www.thoughtworks.com/insights/blog/rest-api-design-resource-modeling | |
https://developer.github.com/v3/repos/merging/ | |
https://json-ld.org/spec/latest/json-ld-api-best-practices/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"account": { | |
"attr_1": "value", | |
"attr_2": "value" | |
} | |
} |
OlderNewer