{"id":16571688,"url":"https://github.com/hrbrmstr/playdoh","last_synced_at":"2025-10-05T04:11:48.280Z","repository":{"id":141238674,"uuid":"188612297","full_name":"hrbrmstr/playdoh","owner":"hrbrmstr","description":"Make 'DNS over HTTPS' Queries","archived":false,"fork":false,"pushed_at":"2019-05-27T16:03:54.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T02:48:44.643Z","etag":null,"topics":["dns-over-https","doh","r","reticulate","rstats"],"latest_commit_sha":null,"homepage":"","language":"R","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/hrbrmstr.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-05-25T21:06:13.000Z","updated_at":"2020-02-14T23:20:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"c63af7dc-1d91-4d32-8fb9-86c05ebca7e6","html_url":"https://github.com/hrbrmstr/playdoh","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/hrbrmstr%2Fplaydoh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fplaydoh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fplaydoh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fplaydoh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrbrmstr","download_url":"https://codeload.github.com/hrbrmstr/playdoh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242039717,"owners_count":20061928,"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":["dns-over-https","doh","r","reticulate","rstats"],"created_at":"2024-10-11T21:24:49.068Z","updated_at":"2025-10-05T04:11:43.245Z","avatar_url":"https://github.com/hrbrmstr.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: rmarkdown::github_document\neditor_options: \n  chunk_output_type: inline\n---\n```{r pkg-knitr-opts, include=FALSE}\nknitr::opts_chunk$set(collapse=TRUE, fig.retina=2, message=FALSE, warning=FALSE)\noptions(width=120)\n```\n\n[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/playdoh.svg?branch=master)](https://travis-ci.org/hrbrmstr/playdoh) \n[![Coverage Status](https://codecov.io/gh/hrbrmstr/playdoh/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/playdoh)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/playdoh)](https://cran.r-project.org/package=playdoh)\n\n# playdoh\n\nMake 'DNS over HTTPS' Queries\n\n## Description\n\nMake 'DNS over HTTPS' Queries\n\nDoH RTFM: \u003chttps://tools.ietf.org/id/draft-ietf-doh-dns-over-https-05.html\u003e\n\n## What's Inside The Tin\n\nThe following functions are implemented:\n\n### Utility\n\n- `to_inaddr_arpa`:\tConvert a vector of IPv4 addresses to in-addr.arpa format\n\n### DoH\n\n- `doh_get`: Make a DoH Request (GET/REST)\n\n## Installation\n\n```{r install-ex, eval=FALSE}\ndevtools::install_git(\"https://sr.ht.com/~hrbrmstr/playdoh.git\")\n# or\ndevtools::install_gitlab(\"hrbrmstr/playdoh.git\")\n# or (if you must)\ndevtools::install_github(\"hrbrmstr/playdoh\")\n```\n\n## Usage\n\n```{r lib-ex}\nlibrary(playdoh)\nlibrary(tidyverse) # for printing\n\n# current version\npackageVersion(\"playdoh\")\n\n```\n\n### Basic functionality\n\n```{r doh2}\ndoh_get(\"apple.com\", \"A\")\n\ndoh_get(\"rud.is\", \"AAAA\")\n\ndoh_get(\"rud.is\", \"MX\")\n\ndoh_get(\"lenovo.com\", \"TXT\")\n\ndoh_get(\"dataassurance.pwc.com\", \"CNAME\")\n\ndoh_get(\"rud.is\", \"NS\")\n\ndoh_get(\"rud.is\", \"SOA\")\n\ndoh_get(to_inaddr_arpa(\"104.244.13.104\"), \"PTR\")\n```\n\n## playdoh Metrics\n\n```{r cloc, echo=FALSE}\ncloc::cloc_pkg_md()\n```\n\n## Code of Conduct\n\nPlease note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). \nBy participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fplaydoh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrbrmstr%2Fplaydoh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fplaydoh/lists"}