Platform - shine-chen/Quest-Web-API GitHub Wiki

Brief

Get platform SDK info

Path

v1/platform/:platform

Path Params

  1. platform
    • Platform name: ios, android

Request

GET /v1/platform/android HTTP/1.1
Host: localhost:3000
Cache-Control: no-cache

Response

{
  "version": "0.1.0",
  "homepage": "https://github.com/shine-chen/QuestSDK-iOS"
}