This file contains 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
openapi: 3.0.0 | |
info: | |
title: WooCommerce REST API | |
version: 1.0.0 | |
servers: | |
- url: http://{{baseurl}} | |
components: | |
securitySchemes: | |
basicAuth: | |
type: http |
This file contains 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
{ | |
"swagger": "2.0", | |
"info": { | |
"title": "API", | |
"contact": {} | |
}, | |
"host": "http://localhost:9000", | |
"paths": { | |
"/basics/cars/downstream": { | |
"get": { |
This file contains 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
{ | |
"swagger": "2.0", | |
"info": { | |
"title": "API", | |
"contact": {} | |
}, | |
"host": "http://localhost:9000", | |
"paths": { | |
"/basics/cars/upstream": { | |
"get": { |
This file contains 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
{ | |
"isLive": true, | |
"isDeprecated": false, | |
"splashScreenMessage": "", | |
"menuTopMessage": "", | |
"minimumGameVersion": 1 | |
} |
This file contains 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
{ | |
"version": 1, | |
"isLive": true, | |
"message": "The application is still live, check keithweaver.ca" | |
} |
This file contains 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
{"host_id": "foobar", "keiths_windows_desktop": "192.168.2.11", "corenetwork": "192.168.2.34", "dnsapi": "192.168.2.34"} |
This file contains 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
def delete_image(image_object): | |
# TODO | |
print ('delete_image') | |
def process_image(image_object): | |
# TODO | |
print ('process_image') | |
def get_image_from_path(image_path): | |
print ('get_image_from_path') |
This file contains 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
def delete_image(image_object): | |
# TODO | |
print ('delete_image') | |
def process_image(image_object): | |
# TODO | |
print ('process_image') | |
def take_image_from_pi_cam(): | |
print ('insert_take_image') |
This file contains 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
{ | |
"reservedWords": ["default", "index","custom"], | |
"themes": { | |
"default": { | |
"json": "https://gist.githubusercontent.com/keithweaver/6b87e9f0bf559c81d8201f3e4b33b262/raw/230c89c855338aee6ae865bd575d6421923fe25a/default.json", | |
"css": "../themes/default.css" | |
}, | |
"custom": {} | |
} | |
} |
This file contains 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": { | |
"classNames": [ "demo" ] | |
} | |
} |
NewerOlder