Skip to content

Instantly share code, notes, and snippets.

View yogesh-aggarwal's full-sized avatar

Yogesh Aggarwal yogesh-aggarwal

View GitHub Profile
0
---
AccessModifierOffset: "-3"
AlignAfterOpenBracket: Align
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: false
sudo apt update
sudo apt upgrade -y
# ----------------- Install utlity packages -----------------
sudo apt install -y curl nano tmux nginx build-essential libssl-dev iputils-ping
# ----------------- Install docker -----------------
for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done
This file has been truncated, but you can view the full file.
{
"swagger": "2.0",
"info": {
"version": "1.0",
"title": "Enterprise API USCDI Routes",
"description": "NextGen Enterprise API - USCDI Routes\r\n______________________________________________________\r\nGENERAL USAGE INFORMATION:\r\n______________________________________________________\r\n______________________________________________________\r\nAuthentication:\r\n______________________________________________________\r\nNo testing capabilities are available via the functions on this documentation page; therefore the \"Authorize\" button will not function. Additionally, the \"Execute\" button revealed by selecting the Try it out button in individual routes will produce request code, but will not send a request nor return a response. Enterprise API testing capablities are available via the sandbox referenced below. Enterprise API Authentication documentation is available from within the material available at https://www.nextgen.com/api. The direct link to this documentation is https://www.nex