visualytics-frontend-apis
Table of Contents
Visualytics Frontend APIs
This is our cash cow! Software engineering practices and operations should be held to the highest standards. This project should contain all customer facing APIs that are related to Visualytics.
High level Description
blah blah about “similarity”, “complete the look” and customer integrations
request forwarding
some quick and dirty endpoints have been added to enable request forwarding per api-key. every frontend has to be notified of the forwarding indiviually. the forwarding has to be set for sim and look api independently:
<HTML><ol></HTML>
- /get_forward_target?key=… - returns “None” if no forwarding is configured or {“active”: <bool>, “target”: <str>}
- /set_forward_target?key=…&target=… - returns “None”. example target: “http://45.136.30.196/look.php”
- /enable_forwarding?key=… - returns “None” - should only be called if forwarding is configured for the key
- /disable_forwarding?key=… - returns “None” - should only be called if forwarding is configured for the key<HTML></ol></HTML>
Links
- V5 - …
- Generated Docs
Operations
where do I live, …
Deploy this service
Start this service
Use this service
- give! some! examples!
- how to test
- how to perform an external, non-inversive test
- how to monitor
Repair this service
- Possible Issues
- Possible Solutions
Super Special Knowledge
Experiments / Results / Knowledge Base
You performed a test? share it.
Dependencies
- similarity-postgresql (Git)
Incident Log
Authors
visualytics-frontend-apis.txt · Last modified: 2024/04/11 14:23 by 127.0.0.1