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
// Some comments here | |
public String getFoo() | |
{ | |
return foo; | |
} |
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
swagger: '2.0' | |
info: | |
version: '1.0.0' | |
title: Swagger Petstore (Fairly Simple) | |
description: A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification | |
termsOfService: http://helloreverb.com/terms/ | |
contact: | |
name: Swagger API team | |
email: [email protected] | |
url: http://swagger.io |
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
{ | |
"collaborative" : false, | |
"description" : "Having friends over for dinner? Here's the perfect playlist.", | |
"external_urls" : { | |
"spotify" : "http://open.spotify.com/user/spotify/playlist/37i9dQZF1DX4xuWVBs4FgJ" | |
}, | |
"followers" : { | |
"href" : null, | |
"total" : 540104 | |
}, |
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
root@dockerPlay2:~/ms-db# docker inspect orchestrator | |
[ | |
{ | |
"Id": "65e462e5a2f4e6371c4ee2efecae8de4beba2b0470a380883fe80ec1b457e18e", | |
"Created": "2019-01-08T09:45:45.512067478Z", | |
"Path": "npm", | |
"Args": [ | |
"start" | |
], | |
"State": { |
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
# ignore this line | |
## first make a directory for yottaDB & copy files there | |
mkdir ~/ms-db/yottadb | |
cd ~/ms-db/yottadb | |
svn export https://github.com/robtweed/yotta-gbldir-files/trunk --depth files db_service | |
## now edit their permissions | |
cd db_service |
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
{ | |
ctx: { | |
language: 'en', | |
territory: 'GB' | |
}, | |
nss_respect_form: { | |
'language|code': 'en', | |
'language|terminology': 'ISO_639-1', | |
'territory|code': 'GB', | |
'territory|terminology': 'ISO_3166-1' |
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
GET https://10/200.82.70/api/hscn/ltht/top3Things/9999999004 for external API to external place eg Hospital | |
GET ...//top3Things/9999999004 the current API to PulseTile - | |
GET ... // top3things/9999999004/synopsis the current synposis API to PulseTile | |
GET .. //top3things/9999999004?version=3 ? new API for Pulsetile for versions | |
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
{ | |
"Data2Load": { | |
"DB Details": { | |
"type": "EtherCIS CDR", | |
"domain": "test1.ripple.foundation", | |
"IP": "21.21.55.143", | |
"userN": "Tester", | |
"passW": "Password!23" | |
}, | |
"ID Type": "NHS#", |
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
Input format | |
{ | |
"ctx": { | |
"composer_name": "{{composer}}", | |
"health_care_facility|id": "999999-345", | |
"health_care_facility|name": "Home", | |
"id_namespace": "NHS-UK", | |
"id_scheme": "2.16.840.1.113883.2.1.4.3", | |
"language": "en", |
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
Examples posted into Showcase Demo Ripple | |
Allergies POST | |
{ | |
"userId": "9999999001", | |
"author": "Rob Tweed", | |
"dateCreated": "08/28/2019", | |
"cause": "Latex", | |
"reaction": "Rash on Hands", | |
"causeCode": "SCT", |
OlderNewer