{"id":21647864,"url":"https://github.com/markknol/hx-jsonp","last_synced_at":"2025-03-20T01:54:34.821Z","repository":{"id":69819692,"uuid":"48131107","full_name":"markknol/hx-jsonp","owner":"markknol","description":"JSONP (or JSON with Padding) for Haxe","archived":false,"fork":false,"pushed_at":"2015-12-28T09:13:22.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-25T05:11:28.546Z","etag":null,"topics":["cors","crossdomain","haxe","javascript","jsonp"],"latest_commit_sha":null,"homepage":"","language":"Haxe","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markknol.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":"2015-12-16T19:40:17.000Z","updated_at":"2015-12-27T22:42:00.000Z","dependencies_parsed_at":"2023-02-24T14:00:36.278Z","dependency_job_id":null,"html_url":"https://github.com/markknol/hx-jsonp","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/markknol%2Fhx-jsonp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markknol%2Fhx-jsonp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markknol%2Fhx-jsonp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markknol%2Fhx-jsonp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markknol","download_url":"https://codeload.github.com/markknol/hx-jsonp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244536441,"owners_count":20468349,"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":["cors","crossdomain","haxe","javascript","jsonp"],"created_at":"2024-11-25T06:52:02.898Z","updated_at":"2025-03-20T01:54:34.797Z","avatar_url":"https://github.com/markknol.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONP for Haxe\n\n \u003e JSONP (or JSON with Padding) is a technique used by web developers to overcome the cross-domain restrictions imposed by browsers to allow data to be retrieved from systems other than the one the page was served by.\n\n## Usage\n```haxe\nvar url = js.Browser.location.protocol + '//mywebsite.com/api/jsonp/search/';\nvar http = new haxe.Jsonp(url);\nhttp.onData = function(data) {\n  trace(data);\n}\nhttp.request(\"search_callback\");\n```\n### Notes\nThis library only works for the Haxe JavaScript target.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkknol%2Fhx-jsonp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkknol%2Fhx-jsonp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkknol%2Fhx-jsonp/lists"}