Cloudrf
Connector for the cloudrf API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.cloudrf.com - Auth:
header:key(pass your key via theapiKeyinput)
Operations
delete— GET /archive/delete — Delete a calculation from the database.deletenetwork— GET /archive/delete/network — Delete an entire networkexport— GET /archive/export — Export a calculation in a GIS file formatlist— GET /archive/list — List calculations from your archiveinterference— GET /interference — Find the best server for overlapping coveragemesh— GET /mesh — Merge sites into a super layer.
Inputs
apiKey— your cloudrf API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: delete
apiKey: <your key>