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
source 'https://rubygems.org' | |
gem "github_api" | |
gem "highline" |
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
- if Rails.env.development? | |
:css | |
.translation_missing{ | |
color: red; | |
} |
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
#I @"packages" | |
#r @"Http.Fs\lib\net40\HttpClient.dll" | |
#r @"FSharp.Data\lib\net40\FSharp.Data.dll" | |
open HttpClient | |
open FSharp.Data | |
module Security = | |
type RefreshTokenResponse = JsonProvider< """{ | |
"access_token":"ACCESS TOKEN", |
OlderNewer