Skip to content

Instantly share code, notes, and snippets.

View vibbs's full-sized avatar
🎯
Focusing

Vibbs Dod vibbs

🎯
Focusing
View GitHub Profile
@vibbs
vibbs / Work with session data APIs (Compose) (3).OUTLOOK.yaml
Created April 27, 2022 12:15
Set, get, get all, remove, and clear session data in Compose mode.
name: Work with session data APIs (Compose) (3)
description: 'Set, get, get all, remove, and clear session data in Compose mode.'
host: OUTLOOK
api_set: {}
script:
content: |
$("#getSessionData").click(getSessionData);
function getSessionData() {
getAllDetails();
@vibbs
vibbs / FastAPI Custom Exceptions and Middleware Setup
Last active July 29, 2025 06:29
FastAPI Custom Exceptions and Middleware Setup
FastAPI Custom Exceptions and Middleware Setup