{"id":13343888,"url":"https://github.com/dalion619/zeplin-dotnetcore","last_synced_at":"2026-01-18T01:48:09.618Z","repository":{"id":143427943,"uuid":"205545107","full_name":"dalion619/zeplin-dotnetcore","owner":"dalion619","description":".NET Core REST client for https://zeplin.io/","archived":false,"fork":false,"pushed_at":"2019-08-31T14:35:20.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-24T16:49:46.173Z","etag":null,"topics":["c-sharp","dotnet-core","rest-client","zeplin"],"latest_commit_sha":null,"homepage":"","language":"C#","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/dalion619.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2019-08-31T13:01:35.000Z","updated_at":"2019-08-31T14:36:58.000Z","dependencies_parsed_at":"2023-05-31T19:16:02.010Z","dependency_job_id":null,"html_url":"https://github.com/dalion619/zeplin-dotnetcore","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/dalion619%2Fzeplin-dotnetcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalion619%2Fzeplin-dotnetcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalion619%2Fzeplin-dotnetcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalion619%2Fzeplin-dotnetcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalion619","download_url":"https://codeload.github.com/dalion619/zeplin-dotnetcore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171410,"owners_count":20247876,"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":["c-sharp","dotnet-core","rest-client","zeplin"],"created_at":"2024-07-29T19:32:05.077Z","updated_at":"2026-01-18T01:48:09.602Z","avatar_url":"https://github.com/dalion619.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zeplin.NetCore\n.NET Core REST client for [zeplin.io](https://zeplin.io/). Unofficial and unsupported, Zeplin has no documented public API.\n\n## Documentation\nThis client is built with [Refit](https://github.com/reactiveui/refit). The interfaces used interact with Zeplin's API endpoints can be found at [src/Zeplin.NetCore.RestClient/Interfaces](https://github.com/dalion619/zeplin-dotnetcore/tree/master/src/Zeplin.NetCore.RestClient/Interfaces). This started as a proof of concept of gaining additional value for non-designers in the product team.\n\n### Use cases\n\n* Compiling a linear history of subtle design changes by comparing screen version snapshots using a tool like [Blink-Diff](https://github.com/yahoo/blink-diff\n).\n\n* Exporting notes to Excel with [EPPlus](https://github.com/JanKallman/EPPlus) for tracking open issues.\n\n## Usage\nRegister and configure the service with the `AddZeplinRestClientService` extension method.\n```c#\n.AddZeplinRestClientService(options =\u003e\n                {\n                    options.username = \"YourZeplinUsername\";\n                    options.password = \"YourZeplinPassword\";\n                })\n```\n\nInject or resolve the client service.\n```c#\nvar zeplinRestClient = serviceProvider.GetService\u003cIZeplinRestClient\u003e();\n```\n\nInteract with the required endpoints.\n```c#\nvar projectDetails = await zeplinRestClient.GetProjectDetailsById(projectId);\n```\n\n## Example\nThe `Zeplin.ScreenDumpExample` project has sample code showing how to download a snapshot for every version of a screen in a Zeplin project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalion619%2Fzeplin-dotnetcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalion619%2Fzeplin-dotnetcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalion619%2Fzeplin-dotnetcore/lists"}