{"id":21703558,"url":"https://github.com/codemonument/deno_doppler_client","last_synced_at":"2026-05-19T15:35:58.303Z","repository":{"id":61454663,"uuid":"551529329","full_name":"codemonument/deno_doppler_client","owner":"codemonument","description":"A doppler.com api client written for deno to be used in deno deploy","archived":false,"fork":false,"pushed_at":"2023-03-04T17:54:50.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T15:41:24.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codemonument.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2022-10-14T15:16:18.000Z","updated_at":"2022-11-11T08:38:25.000Z","dependencies_parsed_at":"2025-01-25T15:40:50.274Z","dependency_job_id":"1a6b9628-3752-4ba8-bb92-7f94ce085647","html_url":"https://github.com/codemonument/deno_doppler_client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":"codemonument/deno_module_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonument%2Fdeno_doppler_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonument%2Fdeno_doppler_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonument%2Fdeno_doppler_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonument%2Fdeno_doppler_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemonument","download_url":"https://codeload.github.com/codemonument/deno_doppler_client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244656344,"owners_count":20488638,"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":[],"created_at":"2024-11-25T21:33:30.455Z","updated_at":"2026-05-19T15:35:53.261Z","avatar_url":"https://github.com/codemonument.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno Doppler Client \n\nThis Module wraps the doppler.com REST API to provide a thin client sdk in deno\n\n**NOTICE: This Module does not implement the full doppler api right now, but it can safely be used to get secrets from a doppler config :)**\n\nIt basically implements the following example flow from the doppler.com website:  \nhttps://docs.doppler.com/docs/sdk-javascript\n\n## Getting the secrets for a config \n\n```ts\n// Init new Doppler Service with valid token \n// You can get a service token here: https://docs.doppler.com/docs/enclave-service-tokens\n// (These are valid for 1 Project for 1 Environment but can be valid for multipl configs)\nconst doppler = new DopplerService({ token: DOPPLER_TOKEN });\n\n// Get all secrets for a specific doppler config \nconst secrets = await doppler.getSecrets(\"project-name\", \"config-name\");\n  console.log(secrets);\n\n// Get one specific secret\n const secret = await doppler.retrieveSecret(\n      \"project-name\",\n      \"config-name\",\n      \"SECRET_NAME\",\n    );\n```\n\n## Useful Links\n\n- [Doppler API Reference](https://docs.doppler.com/reference/api)\n- [Auth Token Formats](https://docs.doppler.com/reference/auth-token-formats)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonument%2Fdeno_doppler_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemonument%2Fdeno_doppler_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonument%2Fdeno_doppler_client/lists"}