delete openapi generated files from root of vue3

This commit is contained in:
smilerz
2024-04-24 13:37:54 -05:00
parent a047d36bf1
commit f0088b256e
135 changed files with 4 additions and 26110 deletions

View File

@@ -39,6 +39,10 @@ Tandoor is also actively soliciting contribors willing to setup vue3 testing. If
## API Client
<!-- prettier-ignore -->
!!! note "JAVA required"
The OpenAPI Generator is a Java project. You must have the java binary executable available on your PATH for this to work.
Tandoor uses [django-rest-framework](https://www.django-rest-framework.org/) for API implementation. Making contributions that impact the API requires an understanding of
Viewsets and Serializers.