Skip to content

Instantly share code, notes, and snippets.

@guneysus
Created April 14, 2025 19:31
Show Gist options
  • Save guneysus/ae83c4d80e0e81d7f3d9a0cd2fc55ad2 to your computer and use it in GitHub Desktop.
Save guneysus/ae83c4d80e0e81d7f3d9a0cd2fc55ad2 to your computer and use it in GitHub Desktop.
Back Stage sample api def
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: httpbin
links:
- url: https://httpbin.org/
title: HTTP Bin
description: HTTP Bin is a simple HTTP request and response service.
icon: dashboard
type: admin-dashboard
spec:
type: rest
lifecycle: experimental
owner: guests
system: examples
definition: |
# HTTP Bin is a simple HTTP request and response service.
https://httpbin.org/
[Foo](https://httpbin.org/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment