Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.35 KB

README.MD

File metadata and controls

30 lines (20 loc) · 1.35 KB

AREX API Service

Introduction

This repository serves as the backbone for AREX's frontend, offering a comprehensive collection of API interfaces necessary for seamless user interface interaction and functionality.

API Documentation

To ensure easy accessibility and understanding of our API interfaces, we utilize Swagger 3. This tool helps in generating clear and interactive documentation. You can view the API documentation by deploying the project and visiting: http://[your-deployed-ip-and-port]/swagger-ui/index.html. A visual glimpse of our Swagger UI is provided below for reference.

Swagger UI Screenshot

LICENSE

Copyright (C) 2022 ArexTest

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/.