{"id":18606657,"url":"https://github.com/brendanashworth/spacegdn-java","last_synced_at":"2025-11-02T14:30:31.696Z","repository":{"id":19526960,"uuid":"22774358","full_name":"brendanashworth/SpaceGDN-Java","owner":"brendanashworth","description":"SpaceGDN Java client.","archived":false,"fork":false,"pushed_at":"2014-08-09T19:29:31.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T00:23:42.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brendanashworth.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":"2014-08-08T23:29:31.000Z","updated_at":"2014-09-06T22:21:52.000Z","dependencies_parsed_at":"2022-08-23T20:30:52.309Z","dependency_job_id":null,"html_url":"https://github.com/brendanashworth/SpaceGDN-Java","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/brendanashworth%2FSpaceGDN-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2FSpaceGDN-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2FSpaceGDN-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2FSpaceGDN-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brendanashworth","download_url":"https://codeload.github.com/brendanashworth/SpaceGDN-Java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239394889,"owners_count":19631177,"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-11-07T02:26:35.314Z","updated_at":"2025-11-02T14:30:31.635Z","avatar_url":"https://github.com/brendanashworth.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"SpaceGDN Java Client\n-----\n\n\u003e Java client library for working with [SpaceGDN](https://github.com/connor4312/SpaceGDN). Uses Maven.\n\n#### Installation\nInstructions will come soon.\n\n#### Example Usage\n```java\n// Imports\nimport net.boboman13.spacegdnbridge.*;\n\npublic class MyClass {\n\tpublic void myFunction() {\n\t\tBridge bridge = new Bridge(); // Uses xereo's host by default\n\t\t\n\t\t// Simple example\n\t\tAPIRequest request = bridge.newRequest();\n\t\tAPIResponse response = request.get(\"versions\").go();\n\n\t\t// response now contains all the versions.\n\n\t\t// Advanced example\n\t\trequest = bridge.newRequest();\n\t\tresponse = request\n\t\t\t.jar(6)\n\t\t\t.channel(11)\n\t\t\t.version(105)\n\t\t\t.build(482)\n\t\t\t.go();\n\n\t\t// Now, since we're retrieving a build - we can access that build.\n\t\tGDNBuild build = response.build;\n\t\tint buildId = build.id;\n\t\tString buildURL = build.url;\n\t\t// All the values you need are accessible from there.\n\t}\n}\n```\n\n### Documentation\nFull documentation to follow.\n\n#### License\n[Found here](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanashworth%2Fspacegdn-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrendanashworth%2Fspacegdn-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanashworth%2Fspacegdn-java/lists"}