{"id":32998251,"url":"https://github.com/thegrizzlylabs/sardine-android","last_synced_at":"2026-01-18T10:04:43.281Z","repository":{"id":53084136,"uuid":"111422678","full_name":"thegrizzlylabs/sardine-android","owner":"thegrizzlylabs","description":"A WebDAV library for Android","archived":false,"fork":false,"pushed_at":"2024-02-14T17:07:42.000Z","size":205,"stargazers_count":380,"open_issues_count":19,"forks_count":78,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-11-18T07:02:38.323Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thegrizzlylabs.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-11-20T14:45:23.000Z","updated_at":"2025-11-03T07:46:13.000Z","dependencies_parsed_at":"2024-02-14T18:26:18.364Z","dependency_job_id":"47d23b93-d324-40d8-9059-d3081ee9f91d","html_url":"https://github.com/thegrizzlylabs/sardine-android","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/thegrizzlylabs/sardine-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegrizzlylabs%2Fsardine-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegrizzlylabs%2Fsardine-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegrizzlylabs%2Fsardine-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegrizzlylabs%2Fsardine-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thegrizzlylabs","download_url":"https://codeload.github.com/thegrizzlylabs/sardine-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegrizzlylabs%2Fsardine-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":"2025-11-13T13:00:23.111Z","updated_at":"2026-01-18T10:04:43.275Z","avatar_url":"https://github.com/thegrizzlylabs.png","language":"Java","funding_links":[],"categories":["Libraries"],"sub_categories":["Java"],"readme":"# sardine-android\n\n[![Build Status](https://github.com/thegrizzlylabs/sardine-android/actions/workflows/android.yml/badge.svg)](https://github.com/thegrizzlylabs/sardine-android/actions/workflows/android.yml)\n[![Version number](https://jitpack.io/v/thegrizzlylabs/sardine-android.svg) ](https://jitpack.io/#thegrizzlylabs/sardine-android)\n\nA WebDAV client for Android, using [OkHttp](https://github.com/square/okhttp) as HTTP client.\n\n## Getting started\n\n- Edit your app-level `build.gradle` (see top of this page for the latest version):\n\n```\n\nrepositories {\n  ...\n  maven { url 'https://jitpack.io' }\n}\n\ndependencies {\n  ...\n  implementation 'com.github.thegrizzlylabs:sardine-android:\u003cVERSION_NUMBER\u003e'\n}\n```\n\n- Create a `Sardine` client:\n```\nSardine sardine = new OkHttpSardine();\nsardine.setCredentials(\"username\", \"password\");\n```\n\n- Use the client to make requests to your WebDAV server:\n```\nList\u003cDavResource\u003e resources = sardine.list(\"http://webdav.server.com\");\n```\n\n## Legacy\n\nOriginally forked from [Sardine](https://github.com/lookfirst/sardine)\n\n[Apache HTTP Client](http://hc.apache.org/) was replaced by [OkHttp](https://github.com/square/okhttp)\n\nJAXB was replaced by [SimpleXml](http://simple.sourceforge.net/)\n\n## Alternatives\nSee [Awesome WebDAV: Java libraries](https://github.com/WebDAVDevs/awesome-webdav/blob/main/readme.md#java)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegrizzlylabs%2Fsardine-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegrizzlylabs%2Fsardine-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegrizzlylabs%2Fsardine-android/lists"}