{"id":22214860,"url":"https://github.com/iqual-ch/all4schools_connector","last_synced_at":"2025-10-16T05:40:10.091Z","repository":{"id":61969927,"uuid":"527502457","full_name":"iqual-ch/all4schools_connector","owner":"iqual-ch","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-12T12:06:04.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"3.x","last_synced_at":"2025-09-08T05:23:32.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/iqual-ch.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-22T09:48:42.000Z","updated_at":"2024-04-22T14:57:00.000Z","dependencies_parsed_at":"2025-05-31T02:27:10.288Z","dependency_job_id":"e4ba22ef-d0bc-4320-b07d-68beb1da6e2e","html_url":"https://github.com/iqual-ch/all4schools_connector","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/iqual-ch/all4schools_connector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iqual-ch%2Fall4schools_connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iqual-ch%2Fall4schools_connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iqual-ch%2Fall4schools_connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iqual-ch%2Fall4schools_connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iqual-ch","download_url":"https://codeload.github.com/iqual-ch/all4schools_connector/tar.gz/refs/heads/3.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iqual-ch%2Fall4schools_connector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279159794,"owners_count":26116559,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-02T21:18:46.962Z","updated_at":"2025-10-16T05:40:10.068Z","avatar_url":"https://github.com/iqual-ch.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# all4schools_connector\nThis module deals with retrieving data, error management and support\nfor webform data submission to All4Schools.\n\n## About All4Schools\nAll4Schools is a course and students management software with an interface\nto retrieve/send data about courses and participants.\nThe data is transmitted as JSON in both directions.\n\n## Module configuration\nThe module can be configured in drupal under the following path:\n/admin/config/services/All4Schools\n\nThe following parameters are required:\n1. Base url: the API endpoint for your project.\nFor some project an additional test endpoint can be available.\nUse your local settings file to overwrite it.\n2. Request id: A unique id pro client.\nThis should be communicated byt the client / owner of the API.\n3. Additionnaly, some implementations might require\nan AppUserId for POST requests.\nThis should be communicated byt the client / owner of the API.\n\n## Tests\nThere is no unit testing available for now.\nIf you want to quickly test the connector, you can create\na script.php file in a custom module and instantiate the example plugin:\n```\n\u003c?php\n\n$plugin_manager = \\Drupal::service('plugin.manager.all4schools_connector');\n$plugin_instance = $plugin_manager-\u003ecreateInstance('example_all4schools_connector');\n\n// Test any method.\n$all_courses = $plugin_instance-\u003egetCourses();\n```\nCheck in Lastpass for working API Endpoints / request_id\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiqual-ch%2Fall4schools_connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiqual-ch%2Fall4schools_connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiqual-ch%2Fall4schools_connector/lists"}