feat: add litellm client adapter, JSONL flow detail, and sample output

This commit is contained in:
2026-06-01 14:44:04 +08:00
parent 370853ccbf
commit 1547ed7785
18 changed files with 1523 additions and 34 deletions
+8
View File
@@ -0,0 +1,8 @@
# example.com API
## General
### `GET /`
**GET /**
_Seen 1 time(s)._
+7
View File
@@ -0,0 +1,7 @@
GET clients2.google.com/time/1/current 200
GET example.com/ 200
GET www.google.com/async/folae 200
POST accounts.google.com/ListAccounts 200
GET www.google.com/async/folae 200
GET safebrowsingohttpgateway.googleapis.com/v1/ohttp/hpkekeyconfig 200
GET example.com/favicon.ico 404
+11
View File
@@ -0,0 +1,11 @@
openapi: 3.1.0
info:
title: example.com API
version: 0.0.0
paths:
/:
get:
summary: GET /
responses:
2XX:
description: GET /