toyai / python-playground

Interactive Playground for Python
https://python-playground.netlify.app
MIT License
12 stars 1 forks source link

Call API From Vue #11

Closed DavianYang closed 3 years ago

DavianYang commented 3 years ago

Clear and concise description of the problem

When playground received code from users, vue need to make the API to get results.

Suggested solution

Use axios with callbacks to get api from fastapi.

Alternative

Additional context