Created
April 14, 2025 19:31
-
-
Save guneysus/ae83c4d80e0e81d7f3d9a0cd2fc55ad2 to your computer and use it in GitHub Desktop.
Back Stage sample api def
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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