{"id":15821799,"url":"https://github.com/ievangelist/jwst-client","last_synced_at":"2026-05-18T03:02:52.445Z","repository":{"id":185212808,"uuid":"673174839","full_name":"IEvangelist/jwst-client","owner":"IEvangelist","description":"A \"James Webb Space Telescope API\" .NET Client Library","archived":false,"fork":false,"pushed_at":"2023-08-02T20:29:50.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T09:11:28.487Z","etag":null,"topics":["astronomy","autoclient","csharp","dotnet","james-webb","jwst","jwstapi","space-telescopes"],"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/IEvangelist.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":"2023-08-01T03:31:27.000Z","updated_at":"2023-08-02T19:51:08.000Z","dependencies_parsed_at":"2024-10-26T12:48:15.357Z","dependency_job_id":"a648c697-1e39-4ffb-9a8b-d5f62772a3b2","html_url":"https://github.com/IEvangelist/jwst-client","commit_stats":null,"previous_names":["ievangelist/jwst-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEvangelist%2Fjwst-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEvangelist%2Fjwst-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEvangelist%2Fjwst-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEvangelist%2Fjwst-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IEvangelist","download_url":"https://codeload.github.com/IEvangelist/jwst-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246598181,"owners_count":20802975,"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":["astronomy","autoclient","csharp","dotnet","james-webb","jwst","jwstapi","space-telescopes"],"created_at":"2024-10-05T07:41:25.641Z","updated_at":"2025-10-09T18:13:49.414Z","avatar_url":"https://github.com/IEvangelist.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# The \"James Webb Space Telescope API\" .NET Client Library\n\n[![.NET](https://github.com/IEvangelist/jwst-client/actions/workflows/dotnet.yml/badge.svg)](https://github.com/IEvangelist/jwst-client/actions/workflows/dotnet.yml)\n\nThis is a .NET source-generated client library for the [James Webb Space Telescope API](https://api.jwstapi.com)\n\n## Get started\n\nSign up for a free API key with an email address here https://jwstapi.com.\n\n## Configure the API key\n\nIf you're using an _appsettings.json:_\n\n```json\n{\n    \"JamesWebbApi\": {\n        \"Key\": \"\u003cYour API Key\u003e\"\n    }\n}\n```\n\nOr perhaps an environment variable:\n\n```\nsetx JamesWebbApi__Key \"\u003cYour API Key\u003e\"\n```\n\n## Consumption\n\n```csharp\nvar builder = Host.CreateApplicationBuilder(args);\n\nbuilder.Services.AddJameWebbClientServices(builder.Configuration);\n\nusing var host = builder.Build();\n\nvar client = host.Services.GetRequiredService\u003cIJamesWebbClient\u003e();\n\n// TODO: Use the client\n```\n\n## Notes\n\nThis library relies on the following NuGet packages:\n\n- 📦 [`Microsoft.Extensions.Compliance.Redaction`](https://nuget.org/packages/Microsoft.Extensions.Compliance.Redaction)\n- 📦 [`Microsoft.Extensions.Http.AutoClient`](https://nuget.org/packages/Microsoft.Extensions.Http.AutoClient)\n- 📦 [`Microsoft.Extensions.Http.Resilience`](https://nuget.org/packages/Microsoft.Extensions.Http.Resilience)\n- 📦 [`Microsoft.Extensions.Http.Telemetry`](https://nuget.org/packages/Microsoft.Extensions.Http.Telemetry)\n- 📦 [`Microsoft.Extensions.Options.ConfigurationExtension`](https://nuget.org/packages/Microsoft.Extensions.Options.ConfigurationExtension)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fievangelist%2Fjwst-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fievangelist%2Fjwst-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fievangelist%2Fjwst-client/lists"}