Skip to content

Instantly share code, notes, and snippets.

View hubert17's full-sized avatar

Bernard Gabon hubert17

View GitHub Profile
@hubert17
hubert17 / MinimalAPIs.md
Created September 15, 2021 14:40 — forked from davidfowl/MinimalAPIs.md
Minimal APIs at a glance
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using System.Xml.Linq;
public class USPSAddress
{
public string Id { get; set; }
@hubert17
hubert17 / CustomSwagger.js
Last active April 20, 2021 19:49 — forked from mbasaran/CustomSwagger.js
Add bearer token automatically to Swagger UI using Swashbuckle Asp.Net Core
(function () {
function getJwt(user, pass, success, error, complete) {
//console.log('getJwt ', user);
$.ajax({
url: '/TOKEN',
type: 'POST',
contentType: "application/json",
dataType: "json",
data: JSON.stringify({