{"id":20518691,"url":"https://github.com/mugimaru/webdavex","last_synced_at":"2025-12-11T23:45:08.502Z","repository":{"id":45566127,"uuid":"147972709","full_name":"mugimaru/webdavex","owner":"mugimaru","description":"hackney based WebDAV client for elixir applications ","archived":false,"fork":false,"pushed_at":"2023-11-03T12:09:38.000Z","size":40,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-14T01:15:01.569Z","etag":null,"topics":["elixir","webdav","webdav-client"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mugimaru.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-08T21:54:54.000Z","updated_at":"2025-03-11T14:10:31.000Z","dependencies_parsed_at":"2025-04-14T01:15:04.789Z","dependency_job_id":"25219f88-7afe-4cbd-a22d-8ab648a6a265","html_url":"https://github.com/mugimaru/webdavex","commit_stats":null,"previous_names":["mugimaru73/webdavex"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mugimaru/webdavex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugimaru%2Fwebdavex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugimaru%2Fwebdavex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugimaru%2Fwebdavex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugimaru%2Fwebdavex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mugimaru","download_url":"https://codeload.github.com/mugimaru/webdavex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugimaru%2Fwebdavex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267272403,"owners_count":24062460,"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-07-26T02:00:08.937Z","response_time":62,"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":["elixir","webdav","webdav-client"],"created_at":"2024-11-15T21:45:48.052Z","updated_at":"2025-12-11T23:45:03.480Z","avatar_url":"https://github.com/mugimaru.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![hex.pm version](https://img.shields.io/hexpm/v/webdavex.svg?style=flat)](https://hex.pm/packages/webdavex)\n[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/webdavex/)\n[![Build Status](https://travis-ci.org/mugimaru73/webdavex.svg?branch=master)](https://travis-ci.org/mugimaru73/webdavex)\n\n# Webdavex\n\n[hackney](https://github.com/benoitc/hackney) based WebDAV client.\n\nWebdavex aimed to work with [nginx implementation of WebDAV](https://nginx.org/en/docs/http/ngx_http_dav_module.html)\nwhich means it does not support `PROPFIND`, `PROPPATCH`, `LOCK` and `UNLOCK` methods.\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:webdavex, \"~\u003e 0.3.3\"}\n  ]\nend\n```\n\n## Quick start\n\n```elixir\ndefmodule MyApp.WebdavClient do\n  use Webdavex, base_url: \"https://webdav.host:888\"\nend\n\nMyApp.WebdavClient.put(\"image.png\", {:file, Path.absname(\"files/image.png\")})\n```\n\nRefer to [Webdavex.Client](https://hexdocs.pm/webdavex/Webdavex.Client.html) API docs for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugimaru%2Fwebdavex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmugimaru%2Fwebdavex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugimaru%2Fwebdavex/lists"}