{"id":20388866,"url":"https://github.com/mkearney/apitools","last_synced_at":"2025-03-04T23:43:48.199Z","repository":{"id":124078114,"uuid":"100887774","full_name":"mkearney/apitools","owner":"mkearney","description":"Tools for making API packages in R","archived":false,"fork":false,"pushed_at":"2017-09-25T16:11:34.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T09:58:45.230Z","etag":null,"topics":["apis","apitools","mkearney-r-package","r-language","web-api"],"latest_commit_sha":null,"homepage":null,"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/mkearney.png","metadata":{"files":{"readme":"README.Rmd","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-20T20:44:02.000Z","updated_at":"2018-03-09T16:07:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"259c8443-7880-4ba6-9592-738ab1b7cccc","html_url":"https://github.com/mkearney/apitools","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/mkearney%2Fapitools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fapitools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fapitools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkearney%2Fapitools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkearney","download_url":"https://codeload.github.com/mkearney/apitools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241940540,"owners_count":20045878,"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":["apis","apitools","mkearney-r-package","r-language","web-api"],"created_at":"2024-11-15T03:13:44.335Z","updated_at":"2025-03-04T23:43:48.194Z","avatar_url":"https://github.com/mkearney.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n## apitools\nTools for making API wrapper packages\n\n## Description\nCreates a package with authorization (keys and tokens) and basic functions used to compose URL queries to interact with web APIs.\n\n## Demo\n\nIn an interactive session, use the `new_api_pkg` function.\n\n```{r, eval=FALSE}\n## execute function\nnew_api_pkg()\n```\n\nYou'll be then be prompted with questions as your API package is being built to fit your needs.\n\n```{r, eval=FALSE}\n## What's the name of the site hosting the API?(what do you want to name the package?)\napiPKG\n\n## Do you need a key or token to access the API? (select appropriate number)\n\n## 1: Key (a single alphanumeric string)\n## 2: Token (multiple keys/secrets)\n## 3: None (no authorization method)\n1\n\n## What's your key?\nthisistheapikeyiwasprovided\n\n## Which scheme does the API use?\n\n## 1: http\n## 2: https\n## 3: Unsure\n2\n\n## What's the base URL? (e.g., api.twitter.com)\napi.PKG.com\n\n## What's the version? (e.g., v2.1)\nv1.0\n```\n\nSee the demo for yourself [here](apiPKG)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkearney%2Fapitools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkearney%2Fapitools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkearney%2Fapitools/lists"}