{"id":19170591,"url":"https://github.com/mvberg/digitalocean-api-java","last_synced_at":"2025-02-23T00:19:24.311Z","repository":{"id":16802029,"uuid":"19560819","full_name":"mvberg/digitalocean-api-java","owner":"mvberg","description":"A Java wrapper around the DigitalOcean API","archived":false,"fork":false,"pushed_at":"2015-02-15T17:58:37.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T00:23:15.546Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvberg.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":"2014-05-08T04:43:55.000Z","updated_at":"2015-02-15T17:58:37.000Z","dependencies_parsed_at":"2022-09-24T10:23:10.613Z","dependency_job_id":null,"html_url":"https://github.com/mvberg/digitalocean-api-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/mvberg%2Fdigitalocean-api-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvberg%2Fdigitalocean-api-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvberg%2Fdigitalocean-api-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvberg%2Fdigitalocean-api-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvberg","download_url":"https://codeload.github.com/mvberg/digitalocean-api-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240250418,"owners_count":19771786,"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-09T09:54:33.836Z","updated_at":"2025-02-23T00:19:24.276Z","avatar_url":"https://github.com/mvberg.png","language":"Java","readme":"```java\n// test getting all Droplets \n\nString url = ENDPOINT.replace(\"COMMAND\", \"droplets\");\nurl = url.replace(\"CLIENT_ID\", CLIENT_ID);\nurl = url.replace(\"API_KEY\", API_KEY);\n\nfinal String jsonResponse = fetchString(url);\n\n// parse JSON response\n\nfinal Droplets droplets = GSON.fromJson(jsonResponse, Droplets.class);\n\nSystem.out.println(\"Droplets: query status = \" + droplets.getStatus());\nSystem.out.println(\"Droplets: raw response = \" + jsonResponse);\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvberg%2Fdigitalocean-api-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvberg%2Fdigitalocean-api-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvberg%2Fdigitalocean-api-java/lists"}