Skip to content

Instantly share code, notes, and snippets.

View keirkettle's full-sized avatar

Keir Kettle keirkettle

View GitHub Profile
sequenceDiagram
    participant App as W? App
    participant BudService as W? / Bud service
    participant PaywallService as W? Paywall Service
    participant BudEngageAPI as Bud Insights API
    participant BudEngageWebsite as Bud Engage Website
    
    App->>BudService: POST /render-widget?widget={{someSortOfWidgetName}} (with session token)
 BudService->>PaywallService: POST /paywall/user
@keirkettle
keirkettle / gist:5d6018ff452e1e25bb3ae6d7a66204ba
Last active April 29, 2025 09:24
Bud / Which? Account connection
sequenceDiagram
    participant App as W? App
    participant BudService as W? / Bud service
    participant PaywallService as W? Paywall Service
    participant BudEngageAPI as Bud Connect API
    participant BudEngageWebsite as Bud Connect Website
    
    App->>BudService: POST /connect-bank (with session token)
 BudService->>PaywallService: POST /paywall/user
@keirkettle
keirkettle / diagram1.md
Last active April 29, 2025 08:07
Which/Bud - User connect
sequenceDiagram
    participant App as W? App
    participant BudService as W? / Bud service
    participant PaywallService as W? Paywall Service
    participant BudAPI as Bud customer API
    
    App->>BudService: POST /register-user (with session token)
    BudService->>PaywallService: POST /paywall/user
 PaywallService-->>BudService: Returns user details