A third party ATProto appview
1#!/bin/bash
2
3# Test video XRPC endpoints
4
5source "$(dirname "$0")/config.sh"
6
7echo "================================"
8echo "Video XRPC Tests"
9echo "================================"
10echo ""
11
12# Get job status
13make_request "GET" "/xrpc/app.bsky.video.getJobStatus?jobId=test-job-123"
14
15# Get upload limits
16make_request "GET" "/xrpc/app.bsky.video.getUploadLimits"