{"id":19055223,"url":"https://github.com/sangupta/deviant-art-java-client","last_synced_at":"2025-11-12T11:02:52.966Z","repository":{"id":55896911,"uuid":"107722883","full_name":"sangupta/deviant-art-java-client","owner":"sangupta","description":"Java client to access Deviant Art RSS based API feeds","archived":false,"fork":false,"pushed_at":"2020-12-08T19:20:41.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T13:03:51.643Z","etag":null,"topics":["deviantart","deviantart-api","java","sdk","strongly-typed"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sangupta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-20T20:22:03.000Z","updated_at":"2017-10-21T05:57:05.000Z","dependencies_parsed_at":"2022-08-15T08:51:03.379Z","dependency_job_id":null,"html_url":"https://github.com/sangupta/deviant-art-java-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sangupta/deviant-art-java-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Fdeviant-art-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Fdeviant-art-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Fdeviant-art-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Fdeviant-art-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sangupta","download_url":"https://codeload.github.com/sangupta/deviant-art-java-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangupta%2Fdeviant-art-java-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284021192,"owners_count":26933845,"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-11-12T02:00:06.336Z","response_time":59,"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":["deviantart","deviantart-api","java","sdk","strongly-typed"],"created_at":"2024-11-08T23:43:12.009Z","updated_at":"2025-11-12T11:02:52.906Z","avatar_url":"https://github.com/sangupta.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeviantArt Java Client\n\nA strongly-typed Java client for https://deviantart.com website.\n\n## Usage\n\n```java\npublic static void main(String[] args) {\n  DeviantArtClient client = new DeviantArtClient();\n  client.setHttpService(new DefaultHttpServiceImpl());\n\n  List\u003cDeviantArtImage\u003e images = client.getImages(\n  \tDeviantArtCategory.DigitalArt,   // in the digital art section \n  \tDeviantArtBoost.Popular,         // that are most popular\n  \tDeviantArtSort.Time,             // sort by newest first\n  \tDeviantArtType.Deviation,        // all deviations\n  \tnull);\n  \n  System.out.println(images.size());\n}\n```\n\n## License\n\nApache Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangupta%2Fdeviant-art-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsangupta%2Fdeviant-art-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangupta%2Fdeviant-art-java-client/lists"}