{"id":27228382,"url":"https://github.com/devzolo/node-magicsoftware-npm","last_synced_at":"2025-04-10T12:37:31.320Z","repository":{"id":44002168,"uuid":"91126502","full_name":"devzolo/node-magicsoftware-npm","owner":"devzolo","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-19T22:20:42.000Z","size":1410,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T03:29:51.177Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devzolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-12T20:14:55.000Z","updated_at":"2022-07-15T14:49:18.000Z","dependencies_parsed_at":"2023-02-03T15:45:40.787Z","dependency_job_id":null,"html_url":"https://github.com/devzolo/node-magicsoftware-npm","commit_stats":null,"previous_names":["raphael-interinfo/node-magicsoftware"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Fnode-magicsoftware-npm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Fnode-magicsoftware-npm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Fnode-magicsoftware-npm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Fnode-magicsoftware-npm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devzolo","download_url":"https://codeload.github.com/devzolo/node-magicsoftware-npm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217150,"owners_count":21066633,"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":"2025-04-10T12:37:29.384Z","updated_at":"2025-04-10T12:37:31.286Z","avatar_url":"https://github.com/devzolo.png","language":"TypeScript","readme":"### Installation Windows\r\n\r\n```bash\r\nnpm install magicsoftware\r\n```\r\n\r\n## Javascript Requester Example\r\n\r\n```javascript\r\n\r\nvar magic = require(\"magicsoftware/requester\");\r\n\r\nvar requester = new magic.MagicRequester(\"Teste\", \"localhost/5115\");\r\nvar v_example = new magic.MagicAlpha(\"TESTE\");\r\n \r\nrequester.callByName(\"TEST\", [v_example], function(err, result) {\r\n    if(err) {\r\n        console.log(err);   \r\n    }\r\n    else {\r\n        console.log(\"v_example = \" + v_example);\r\n        console.log(\"result =  \" + result);\r\n    }\r\n\t\r\n```\r\n\t\r\n## TypeScript Requester Example\r\n\t\r\n```javascript\r\n\r\nimport {\r\n    MagicRequester, \r\n    MagicException,\r\n    MagicVariable,\r\n    MagicAlpha,\r\n    MagicNumeric,\r\n    MagicLogical,\r\n    MagicDate,\r\n    MagicTime,\r\n    MagicBlob,\r\n    MagicVariant\r\n} from \"magicsoftware/requester\";\r\n\r\nvar requester:MagicRequester = new MagicRequester(\"Teste\", \"localhost/5115\");\r\nvar v_example:MagicAlpha = new MagicAlpha(\"TESTE\");\r\n\r\nrequester.callByName(\"TEST\", [v_example], function(err, result) {\r\n    if(err) {\r\n        console.log(err);   \r\n    }\r\n    else {\r\n        console.log(\"v_example = \" + v_example);\r\n        console.log(\"result =  \" + result);\r\n    }\r\n});\r\n\r\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzolo%2Fnode-magicsoftware-npm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevzolo%2Fnode-magicsoftware-npm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzolo%2Fnode-magicsoftware-npm/lists"}