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
| #!/bin/bash | |
| cd "$(dirname "$0")" | |
| curl -sL https://shared-sandbox-api.marqeta.com/v3/swagger.json | | |
| sed \ | |
| -e "s/ping : Operations for heartbeat/ping/g" \ | |
| -e "s/users : Operations for cardholder/users/g" \ | |
| -e "s/kyc : Operations for KYC/kyc/g" \ | |
| -e "s/fees : Operations for fees/fees/g" \ | |
| -e "s/peertransfers : Operations for GPA peer fund transfer/peertransfers/g" \ |
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
| openapi: 3.0.0 | |
| info: | |
| title: Marketa API | |
| description: '' | |
| contact: {} | |
| version: '3.0.0' | |
| servers: | |
| - url: '{defaultServerUrl}' | |
| variables: | |
| defaultServerUrl: |
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
| <head> | |
| <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
| <script> | |
| (adsbygoogle = window.adsbygoogle || []).push({ | |
| google_ad_client: "ca-pub-7211167181720750", | |
| enable_page_level_ads: true | |
| }); | |
| </script> | |
| </head> |
See here: swapagarwal/swag-for-dev#160
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
| From f6528563f4ffc2f9223bbade136d0936f4a56048 Mon Sep 17 00:00:00 2001 | |
| From: Zadkiel Aharonian <hello@zadkiel.fr> | |
| Date: Fri, 7 Dec 2018 21:09:54 +0100 | |
| Subject: [PATCH] enhancements to build-dakkar.sh | |
| --- | |
| build-dakkar.sh | 496 +++++++++++++++++++++++++----------------------- | |
| 1 file changed, 254 insertions(+), 242 deletions(-) | |
| diff --git a/build-dakkar.sh b/build-dakkar.sh |
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://github.com/jetstack/cert-manager/tree/release-0.5/contrib/charts/cert-manager/templates/certificate-crd.yaml | |
| apiVersion: apiextensions.k8s.io/v1beta1 | |
| kind: CustomResourceDefinition | |
| metadata: | |
| name: certificates.certmanager.k8s.io | |
| # annotations: | |
| # "helm.sh/hook": crd-install | |
| labels: | |
| app: cert-manager | |
| chart: cert-manager-v0.5.2 |
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
| { | |
| "__inputs": [{ | |
| "name": "DS_PROMETHEUS", | |
| "label": "Prometheus", | |
| "description": "", | |
| "type": "datasource", | |
| "pluginId": "prometheus", | |
| "pluginName": "Prometheus" | |
| }], | |
| "__requires": [{ |