Skip to content

Commit

Permalink
add studio api url (#178)
Browse files Browse the repository at this point in the history
* feat: add Studio Gateway

This commit adds the studio Gateway to the list of servers.

* chore: update OpenAPI spec

This commit updates the OpenAPI spec to add the Studio gateway to the
list of servers and thus the documentation.
  • Loading branch information
rickstaa authored Aug 28, 2024
1 parent 0ce591d commit 8bb410c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runner/gateway.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ info:
servers:
- url: https://dream-gateway.livepeer.cloud
description: Livepeer Cloud Community Gateway
- url: https://livepeer.studio/api/beta/generate
description: Livepeer Studio Gateway
paths:
/text-to-image:
post:
Expand Down
4 changes: 4 additions & 0 deletions runner/gen_openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"url": "https://dream-gateway.livepeer.cloud",
"description": "Livepeer Cloud Community Gateway",
},
{
"url": "https://livepeer.studio/api/beta/generate",
"description": "Livepeer Studio Gateway",
}
]


Expand Down
2 changes: 2 additions & 0 deletions runner/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ info:
servers:
- url: https://dream-gateway.livepeer.cloud
description: Livepeer Cloud Community Gateway
- url: https://livepeer.studio/api/beta/generate
description: Livepeer Studio Gateway
paths:
/health:
get:
Expand Down

0 comments on commit 8bb410c

Please sign in to comment.