Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 711 Bytes

ApiServer

This program is a RESTful API server built in Golang that allows you to manage and retrieve metadata for applications. It provides endpoints to create, retrieve, update, and delete application metadata, as well as search for applications based on specific criteria.

API Endpoints

The following API endpoints are available:

GET /applications: Retrieve a list of applications based on query parameters. If no query parameters are passed, all applications are returned.
GET /applications/{id}: Retrieve details of a specific application.
POST /applications: Create a new application.
PUT /applications/{id}: Update an existing application.
DELETE /applications/{id}: Delete an application.