Instruction file imported from HamidRezaRezaeiGitHub/my-spring-service-blueprint (
.github/instructions/http-testing.instructions.md). Copyright stays with the author.
HTTP Endpoint Testing
Follow ai/workflows/http-testing.md.
Follow `ai/workflows/http-testing.md`.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsInstruction file imported from HamidRezaRezaeiGitHub/my-spring-service-blueprint (
.github/instructions/http-testing.instructions.md). Copyright stays with the author.
Follow ai/workflows/http-testing.md.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "hamidrezarezaeigithub-my-spring-service-blueprint-http-t-f92435",
"kind": "skill",
"name": "http-testing",
"description": "Follow `ai/workflows/http-testing.md`.",
"publisher": "HamidRezaRezaeiGitHub",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Follow `ai/workflows/http-testing.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/HamidRezaRezaeiGitHub/my-spring-service-blueprint",
"path": ".github/instructions/http-testing.instructions.md",
"ref": "c755ccf1c98314f5d1a8a9e3183b0accd837ffea",
"url": "https://github.com/HamidRezaRezaeiGitHub/my-spring-service-blueprint/blob/c755ccf1c98314f5d1a8a9e3183b0accd837ffea/.github/instructions/http-testing.instructions.md",
"key": "HamidRezaRezaeiGitHub/my-spring-service-blueprint/.github/instructions/http-testing.instructions.md"
},
"applies_to": "src/test/resources/http/**"
},
"instructions": "# HTTP Endpoint Testing\n\nFollow `ai/workflows/http-testing.md`.",
"cost": {
"context_tokens": 15
}
}Fetch it by URL: GET /api/v1/registry/hamidrezarezaeigithub-my-spring-service-blueprint-http-t-f92435/manifest?version=1.0.0
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.