Skip to content

Instantly share code, notes, and snippets.

View quaspar's full-sized avatar

Caspar Behrendt quaspar

  • Scania CV AB
  • Stockholm, Sweden
View GitHub Profile
@quaspar
quaspar / schema.json
Last active September 12, 2025 13:17
{
"openapi": "3.1.0",
"info": {
"title": "Vehicle Performance API (Early Test)",
"version": "1.0.0",
"description": "Fetch equipment summary tables from the Scania VP backend. During early testing, supply the Authorization bearer token in the request body as 'authToken'."
},
"servers": [
{ "url": "https://vehicleperformance-bff.apivp.cs.scania.com" }
],
@quaspar
quaspar / actions.json
Last active September 12, 2025 13:07
{
"schema_version": "v1",
"name_for_human": "Vehicle Performance API",
"name_for_model": "vehicle_performance_api",
"description_for_human": "Fetch equipment summary tables.",
"description_for_model": "Calls the Vehicle Performance endpoint.",
"auth": { "type": "none" },
"api": {
"type": "openapi",
"url": "https://gist.githubusercontent.com/quaspar/cbc6528374634302703e2f4e64dbd554/raw/cb0519f91094d1b72930705d3f26f007dbe7202d/schema.json",