Commit 8982954e authored by Dimitrios Gogos's avatar Dimitrios Gogos
Browse files

feat: add Device Location Retrieval API details to tableHelpers

parent 067c6f47
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -106,6 +106,22 @@ export const apiData: IApi[] = [
      "Establish a federation with a partner operator platform, share available edge zones, and manage zone reservations for federated application deployments.",
    tag: "FederationManagement"
  },
  {
    id: "location-retrieval",
    title: "Device Location Retrieval",
    category: "Network Functions",
    functionalities: ["Location Retrieval"],
    description:
      "Retrieve the real-time or last-known geographic location of a device using the CAMARA Device Location API, supporting lookup by phone number or IPv4 address.",
    protocol: "REST",
    version: "1.0.1",
    status: "Active",
    liveUrl: "",
    published: "2024-06-01T00:00:00Z",
    instructions:
      "Submit a retrieval request with the target device identifier (phone number or IPv4 address) and optional constraints such as maximum age and maximum surface area to receive the device's location.",
    tag: "Location Retrieval Functions"
  },
];

export const mapMyApisData = (