PHP Classes

File: docs/api/openapi.json

Recommend this page to a friend!
  Packages of Dwight José Trujillo Barco   Dynamic Values System   docs/api/openapi.json   Download  
File: docs/api/openapi.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dynamic Values System
Manipulate values to be displayed dynamically
Author: By
Last change:
Date: 11 days ago
Size: 903 bytes
 

Contents

Class file image Download
?{ "openapi": "3.0.0", "info": { "title": "Dynamic Values API", "version": "4.0.0", "description": "Enterprise-grade real-time dynamic values API" }, "servers": [ { "url": "http://localhost:8080", "description": "Local development" } ], "paths": { "/api.php": { "get": { "summary": "Get dynamic values", "parameters": [ { "name": "key", "in": "query", "schema": { "type": "string" }, "description": "Specific key to retrieve" } ], "responses": { "200": { "description": "Successful response" }, "429": { "description": "Rate limit exceeded" } } } }, "/health.php": { "get": { "summary": "Health check", "responses": { "200": { "description": "System healthy" } } } } } }