-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
# Studio Api | ||
todo | ||
--- | ||
title: Studio Backend | ||
--- | ||
|
||
## Features in a Nutshell | ||
# Pimcore Studio Backend | ||
|
||
The Pimcore Studio Backend serves as the central hub for API endpoints and RPC calls. | ||
It provides a unified interface based on the OpenApi Specification for all backend calls which is accessible via swagger-ui. | ||
|
||
![Swagger UI](./doc/img/swagger-ui.png) | ||
|
||
It uses [zircote/swagger-php](https://github.com/zircote/swagger-php) attributes to generate the OpenApi Specification. | ||
|
||
Swagger-ui is available at `/studio/api/docs` and the OpenApi Specification is available at `/studio/api/docs.json`. | ||
|
||
## Documentation Overview | ||
- [Installation](./doc/01_Installation.md) | ||
|
||
- [Installation](./doc/00_Installation.md) |
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.