-
Notifications
You must be signed in to change notification settings - Fork 0
/
swagger-spec.json
1 lines (1 loc) · 1.87 KB
/
swagger-spec.json
1
{"openapi":"3.0.0","paths":{"/location/{trackerId}":{"get":{"operationId":"LocationController_getTrackerLocation","parameters":[{"name":"trackerId","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":""}}}},"/auth":{"get":{"operationId":"AuthController_authenticate","parameters":[],"responses":{"200":{"description":""}}}},"/auth/is-authenticated":{"get":{"operationId":"AuthController_isUserAuthenticated","parameters":[],"responses":{"200":{"description":""}}}},"/hardware/{trackerId}":{"get":{"operationId":"HardwareController_getHardwareReport","parameters":[{"name":"trackerId","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":""}}}},"/hardware/battery/{trackerId}":{"get":{"operationId":"HardwareController_getBattery","parameters":[{"name":"trackerId","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":""}}}}},"info":{"title":"Tractive REST API","description":"\nTractive is a company that specializes in GPS tracking devices for pets, primarily dogs and cats. These devices allow\nowners to keep tabs on the location of their pets in real-time via a mobile app. The Tractive GPS tracker can be easily\nattached to the pet's collar and uses a combination of GPS, Wi-Fi, and cellular technology to provide accurate location\ndata. The service usually requires a subscription fee for access to the GPS tracking features.\n\nIn addition to tracking, some Tractive devices offer additional features such as activity monitoring, which gives you\ninsights into your pet's daily activities and behaviors. This can be useful for pet owners looking to monitor their\npet's health and well-being closely.\n\nSince tractive has no official, documented public API, this will be a wrapper around their REST API.\n","version":"1.0.0","contact":{}},"tags":[],"servers":[],"components":{"schemas":{}}}