Skip to content

vmarlier/spot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPOT

Single Point of Testing

TODO

See project

API Design Overview

This service follows a REST-RPC hybrid approach with no data storage. Each request is processed immediately, and responses are returned without persistence.

Endpoints:

  • POST /v1/tests/execute – Runs a network test with the given parameters.
  • POST /v1/requests/trigger – Sends a single request and returns the response.
  • POST /v1/requests/batch/trigger – Sends multiple requests based on defined parameters.

All operations are stateless. If logging or result history is needed, it must be handled externally.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages