Skip to content

Instantly share code, notes, and snippets.

@keitase
keitase / fabian-example-json
Created November 13, 2018 18:47
fabian-example-json
{
"openapi": "3.0.1",
"info": {
"contact": {
"email": "[email protected]",
"name": "Ruist Support",
"url": "http://www.ruist.com/"
},
"description": "API to initiate and manage live user sessions with a DirectLine application on Ruist's runtime platform",
"title": "Ruist API (Beta)",
{
"openapi": "3.0.1",
"info": {
"title": "ru-session-manager",
"termsOfService": "http://www.ruist.com/",
"contact": {
"name": "Ruist, Inc",
"url": "http://www.ruist.com/",
"email": "[email protected]"
},
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'