This is a .NET source-generated client library for the James Webb Space Telescope API
Sign up for a free API key with an email address here https://jwstapi.com.
If you're using an appsettings.json:
{
"JamesWebbApi": {
"Key": "<Your API Key>"
}
}
Or perhaps an environment variable:
setx JamesWebbApi__Key "<Your API Key>"
var builder = Host.CreateApplicationBuilder(args);
builder.Services.AddJameWebbClientServices(builder.Configuration);
using var host = builder.Build();
var client = host.Services.GetRequiredService<IJamesWebbClient>();
// TODO: Use the client
This library relies on the following NuGet packages: