{"id":13744715,"url":"https://github.com/camdagr8/AS3-Parse-Class","last_synced_at":"2025-05-09T03:33:08.975Z","repository":{"id":8454534,"uuid":"10049631","full_name":"camdagr8/AS3-Parse-Class","owner":"camdagr8","description":"This is a static ActionScript 3.0 Class for interacting with the Parse REST API","archived":false,"fork":false,"pushed_at":"2013-05-18T21:24:23.000Z","size":160,"stargazers_count":19,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-12T10:40:05.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"apinstein/git-deployment","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camdagr8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-14T07:31:49.000Z","updated_at":"2021-06-03T16:20:37.000Z","dependencies_parsed_at":"2022-09-18T22:55:36.253Z","dependency_job_id":null,"html_url":"https://github.com/camdagr8/AS3-Parse-Class","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camdagr8%2FAS3-Parse-Class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camdagr8%2FAS3-Parse-Class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camdagr8%2FAS3-Parse-Class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camdagr8%2FAS3-Parse-Class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camdagr8","download_url":"https://codeload.github.com/camdagr8/AS3-Parse-Class/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253183269,"owners_count":21867393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:01:14.746Z","updated_at":"2025-05-09T03:33:08.731Z","avatar_url":"https://github.com/camdagr8.png","language":"ActionScript","funding_links":[],"categories":["API"],"sub_categories":["Other API"],"readme":"AS3 Parse Class\n=====================\n\nThis is a static ActionScript 3.0 Class for interacting with the Parse REST API. It's primary usage is via an AIR application. \n\nDependencies\n=====================\nThis class requires the top level JSON Class http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/JSON.html \n\n\nLanguage Version\n=====================\nActionScript 3.0\n\n\nRuntime Version \n=====================\nFlash Player 11, AIR 3.0\n\n\nUsage\n=====================\n\nUsing this class is fairly straight forward but I've included a few usage examples to help you on your way. Crack open the source and look at each static method to get a better understanding of the parameters required for usage. \n\n```actionscript\n/**\n * Parse.Post(className:String, parameters:Object, success:Function, error:Function);\n */\nParse.Post('Scores', {gamerId: 'camdagr8', score: 1337},\r\tfunction (resp) {\r\t\ttrace(JSON.stringify(resp));\r\t},\r\tfunction (err) {\r\t\ttrace(err); \r\t}\r);\n\n/**\n * Parse.Get(className:String, parameters:Object, where:Object, success:Function, error:Function);\n */\r\nParse.Get('Scores', {count: 1}, {gamerId: 'camdagr8'},\r\tfunction (resp) {\r\t\ttrace(JSON.stringify(resp));\r\t},\r\tfunction (err) {\r\t\ttrace(err);\r\t}\n);\n\n/**\n * Parse.User.Get(objectId:String, success:Function, error:Function);\n */\nParse.User.Get('cAKgPVSYpD',\r\tfunction (resp) {\r\t\ttrace(JSON.stringify(resp));\r\t},\r\tfunction (err) {\r\t\ttrace(err);\r\t}\r);\n\n/**\n * Parse.SignIn(userName:String, password:String, success:Function, error:Function);\n */\nParse.SignIn('camdagr8', 'Pwnzj004LYF',\n\tfunction (resp) {\n\t\ttrace(JSON.stringify(resp));\n\t},\n\tfunction (err) {\n\t\ttrace(err);\n\t}\n);\r```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamdagr8%2FAS3-Parse-Class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamdagr8%2FAS3-Parse-Class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamdagr8%2FAS3-Parse-Class/lists"}