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
| // 1) Open website | |
| // e.g. https://netlicensing.io | |
| // 2) Open browser console | |
| // - Firefox: Tools > Web Developer > Web Console | |
| // - Chrome: More Tools > Developer Tools | |
| // - Safari: Develop > Show JavaScript Console | |
| // 3) Load GuideChimp scripts and styles | |
| fetch('https://io.labs64.com/GuideChimp/docs/samples/bootstrap-browser-console.js') |
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
| 'use strict'; | |
| const https = require('https'); | |
| const http = require('http'); | |
| const $url = require('url'); | |
| const querystring = require('querystring'); | |
| const CORS_HEADERS = { | |
| 'Access-Control-Allow-Methods': 'OPTIONS,POST', | |
| 'Access-Control-Allow-Headers': 'Content-Type,Authorization,X-Amz-Date,X-Api-Key,X-Amz-Security-Token', |
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
| name: NetLicensing C# Client - CI | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| build: |
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
| name: NetLicensing C# Client - Release | |
| on: | |
| workflow_run: | |
| workflows: ["NetLicensing C# Client - CI"] | |
| branches: [ master ] | |
| types: | |
| - completed | |
| jobs: |
OlderNewer