app.get("/show-data/", response_class=HTMLResponse)
| 1 | """ |
| 2 | FastAPI app for showing how to implement your own RSO client, |
| 3 | get an access token and make requests on behalf a user. |
| 4 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected