{"id":17015339,"url":"https://github.com/cardistymo/itslearningjavaapi","last_synced_at":"2025-03-22T14:42:48.886Z","repository":{"id":247753864,"uuid":"546108833","full_name":"Cardistymo/ItslearningJavaAPI","owner":"Cardistymo","description":"A complete Java API for the It's Learning platform","archived":false,"fork":false,"pushed_at":"2022-10-09T13:53:55.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T14:47:08.163Z","etag":null,"topics":["api","itslearning","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Cardistymo.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}},"created_at":"2022-10-05T14:37:55.000Z","updated_at":"2022-10-05T14:50:52.000Z","dependencies_parsed_at":"2024-07-10T12:26:38.807Z","dependency_job_id":null,"html_url":"https://github.com/Cardistymo/ItslearningJavaAPI","commit_stats":null,"previous_names":["cardistymo/itslearningjavaapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cardistymo%2FItslearningJavaAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cardistymo%2FItslearningJavaAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cardistymo%2FItslearningJavaAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cardistymo%2FItslearningJavaAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cardistymo","download_url":"https://codeload.github.com/Cardistymo/ItslearningJavaAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244973695,"owners_count":20541022,"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":["api","itslearning","java"],"created_at":"2024-10-14T06:28:25.060Z","updated_at":"2025-03-22T14:42:48.859Z","avatar_url":"https://github.com/Cardistymo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# It's Learning API for Java\nA complete Java API for the It's Learning platform\n\n##### Quickstart\n\n```Java\npublic class Main {\n    public static void main(String[] args) {\n        try {\n            ItslearningConnector connector = new ItslearningConnector(\"organisationName\", \"username\", \"password\");\n\n            HashMap\u003cInteger, Course\u003e courses = connector.getCourses();\n            for (Course course : courses.values()) {\n                System.out.println(course.getTitle());\n            }\n\n            for (Task task : connector.getTasks().values()) {\n                if (courses.containsKey(task.getLocationID())) {\n                    System.out.println(task.getTitle());\n                }\n            }\n\n            for (Notification notification : connector.getNotifications().values()) {\n                if (notification.getType() != Notification.NotificationType.ASSESSMENT) {\n                    System.out.println(notification.getText());\n                }\n            }\n\n            for (NewsUpdate newsUpdate : connector.getNews().values()) {\n                if (newsUpdate.getPublishedDate().isAfter(LocalDateTime.now().minusDays(7))) {\n                    System.out.println(newsUpdate.getText());\n                }\n            }\n        } catch (IOException e) {\n            e.printStackTrace();\n        }\n    }\n}\n```\n\n### Contributing\n\nAny contribution is welcome. If you're not able to code it yourself, perhaps someone else is - so post an issue if there's anything on your mind.\n\n### Disclaimer\n\n_This project is not in any way affiliated with It's Learning._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardistymo%2Fitslearningjavaapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcardistymo%2Fitslearningjavaapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcardistymo%2Fitslearningjavaapi/lists"}