User Tools

Site Tools


webssphh_restful_service

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
webssphh_restful_service [2016/07/24 05:41] – [Special Types] 100.3.200.49webssphh_restful_service [2023/09/22 16:50] (current) – [WebSSPHH RESTful Service] microwerx
Line 1: Line 1:
 ====== WebSSPHH RESTful Service ====== ====== WebSSPHH RESTful Service ======
  
 +[[start]]
 ===== WebSSPHHService ===== ===== WebSSPHHService =====
  
Line 56: Line 56:
   "name" : string, // Project Name   "name" : string, // Project Name
   "desc" : string, // Description   "desc" : string, // Description
-  "key1" : json,   // Property 1 +  "key1" : { "type" : string, "value" : json }, // Property 1 
-  "key2" : json,   // Property 2+  "key2" : { "type" : string, "value" : json }, // Property 2
   ...   ...
 } }
Line 68: Line 68:
   "id"   : number, // PK   "id"   : number, // PK
   "name" : string, // Name of Scene   "name" : string, // Name of Scene
-  "key1" : json,   // Property 1 +  "key1" : { "type" : string, "value" : json }, // Property 1 
-  "key2" : json,   // Property 2+  "key2" : { "type" : string, "value" : json }, // Property 2
   ...   ...
 } }
Line 91: Line 91:
   "name" : string, // Name of the object   "name" : string, // Name of the object
   "type" : string, // Type of the object   "type" : string, // Type of the object
-  "key1" : json,   // Property 1 +  "key1" : { "type" : string, "value" : json }, // Property 1 
-  "key2" : json,   // Property 2+  "key2" : { "type" : string, "value" : json }, // Property 2
   ...   ...
 } }
Line 102: Line 102:
  
 ^Typename  ^JSON | ^Typename  ^JSON |
-| ''AffineMatrix4'' | ''[a11, a12, a13, a14, a21, a22, ..., a33, a34]''+| ''string'' | ''string''
-| ''Matrix4'' | ''[a11, a12, a13, a14, a21, a22, ..., a43, a44]'' |+| ''integer''| ''integer''
 +| ''double'' | ''double''
 +| ''AffineMatrix4'' | ''[a11, a12, a13, a14,\\ a21, a22, a23, a24,\\ a31, a32, a33, a34]''
 +| ''Matrix2'' | ''[a11, a12, a21, a22]''
 +| ''Matrix3'' | ''[a11, a12, a13,\\ a21, a22, a23,\\ a31, a32, a33]''
 +| ''Matrix4'' | ''[a11, a12, a13, a14,\\ a21, a22, a23, a24,\\ a31, a32, a33, a34,\\ a41, a42, a43, a44]''
 +| ''Matrix2x3'' | ''[a11, a12,\\ a21, a22,\\ a31, a32]''
 +| ''Matrix2x4'' | ''[a11, a12,\\ a21, a22,\\ a31, a32,\\ a41, a42]''
 +| ''Matrix3x2'' | ''[a11, a12, a13,\\ a21, a22, a23]''
 +| ''Matrix3x4'' | ''[a11, a12, a13,\\ a21, a22, a23,\\ a31, a32, a33,\\ a41, a42, a43]'' |
 | ''Vector2'' | ''[x, y]'' | | ''Vector2'' | ''[x, y]'' |
 | ''Vector3'' | ''[x, y, z]'' | | ''Vector3'' | ''[x, y, z]'' |
-| ''Vector4'' | ''[ x, y, z, w ]'' |+| ''Vector4'' | ''[x, y, z, w]''
 +| ''Color3''  | ''[r, g, b]''
 +| ''Color4''  | ''[r, g, b, a]'' |
 | ''Quaternion'' | ''[a, b, c, d]'' | | ''Quaternion'' | ''[a, b, c, d]'' |
  
webssphh_restful_service.1469356916.txt.gz · Last modified: 2016/07/24 05:41 by 100.3.200.49

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki