Package: diario 0.1.1


Andre Leite
diario: 'R' Interface to the 'Diariodeobras' Application
Provides a set of functions for securely storing 'API' tokens and interacting with the <https://diariodeobras.net> system. Includes convenient wrappers around the 'httr2' package to perform authenticated requests, retrieve project details, tasks, reports, and more.
Authors:
diario_0.1.1.tar.gz
diario_0.1.1.zip(r-4.7)diario_0.1.1.zip(r-4.6)diario_0.1.1.zip(r-4.5)
diario_0.1.1.tgz(r-4.6-any)diario_0.1.1.tgz(r-4.5-any)
diario_0.1.1.tar.gz(r-4.7-any)diario_0.1.1.tar.gz(r-4.6-any)
diario_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
diario/json (API)
NEWS
| # Install 'diario' in R: |
| install.packages('diario', repos = c('https://strategicprojects.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/strategicprojects/diario/issues
Pkgdown/docs site:https://strategicprojects.github.io
Last updated from:28fc6c926c. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 113 | ||
| source / vignettes | OK | 167 | ||
| linux-release-x86_64 | OK | 116 | ||
| macos-release-arm64 | OK | 96 | ||
| macos-oldrel-arm64 | OK | 86 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 60 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 104 |
Exports:diario_get_companydiario_get_entitiesdiario_get_project_detailsdiario_get_projectsdiario_get_report_detailsdiario_get_reportsdiario_get_task_detailsdiario_get_task_listdiario_perform_requestdiario_retrieve_tokendiario_store_token
Dependencies:askpassclicurlfilelockgluehttr2keyringlifecyclemagrittropensslpillarpkgconfigR6rappdirsrlangsystibbleutf8vctrswithryaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Get company details | diario_get_company |
| Get all registered entities (cadastros) | diario_get_entities |
| Get details of a specific project | diario_get_project_details |
| Get list of projects (obras) | diario_get_projects |
| Get details of a specific report | diario_get_report_details |
| Get reports of a specific project | diario_get_reports |
| Get details of a specific task | diario_get_task_details |
| Get the task list of a specific project | diario_get_task_list |
| Perform an API request to Diario | diario_perform_request |
| Retrieve the API token for Diario | diario_retrieve_token |
| Store the API token for Diario | diario_store_token |