Skip to content

Instantly share code, notes, and snippets.

View osw4l's full-sized avatar
🎹
Piano player

Oswaldo Rodriguez osw4l

🎹
Piano player
  • universidad libre de colombia
  • Tarragona, Spain
  • 05:52 (UTC +02:00)
View GitHub Profile
@osw4l
osw4l / kushki.html
Last active December 17, 2020 01:03
kushki subscription token from web
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kushki</title>
</head>
<body>
<script src="https://cdn.kushkipagos.com/kushki.min.js"></script>
<script>
const requestSubscriptionToken = () => {
package connections
import (
"context"
"errors"
"reflect"
"time"
"go.mongodb.org/mongo-driver/bson/primitive"
"go.mongodb.org/mongo-driver/mongo"
@osw4l
osw4l / curl.md
Created October 13, 2023 18:06 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.