Skip to content

Commit

Permalink
Gave credit to the underlying API
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Aug 1, 2023
1 parent c3ca556 commit d89edbf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# The "James Webb Space Telescope API" NET Client Library
# The "James Webb Space Telescope API" NET Client Library

[![.NET](https://github.com/IEvangelist/jwst-client/actions/workflows/dotnet.yml/badge.svg)](https://github.com/IEvangelist/jwst-client/actions/workflows/dotnet.yml)

This is a .NET source-generated client library for the [James Webb Space Telescope API](https://api.jwstapi.com), using the following NuGet packages:

- 📦 [`Microsoft.Extensions.Http.AutoClient`](https://nuget.org/packages/Microsoft.Extensions.Http.AutoClient)
- 📦 [`Microsoft.Extensions.Http.Resilience`](https://nuget.org/packages/Microsoft.Extensions.Http.Resilience)
- 📦 [`Microsoft.Extensions.Http.Telemetry`](https://nuget.org/packages/Microsoft.Extensions.Http.Telemetry)
13 changes: 11 additions & 2 deletions jwst.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33913.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jwst.Client", "Jwst.Client\Jwst.Client.csproj", "{D138BEFF-4FC6-4694-839E-D7317CC0E4C8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jwst.Client", "Jwst.Client\Jwst.Client.csproj", "{D138BEFF-4FC6-4694-839E-D7317CC0E4C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jwst.Client.Tests", "Jwst.Client.Tests\Jwst.Client.Tests.csproj", "{0E11B67A-7E0E-49CE-9318-C1C0E9BE546F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jwst.Client.Tests", "Jwst.Client.Tests\Jwst.Client.Tests.csproj", "{0E11B67A-7E0E-49CE-9318-C1C0E9BE546F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E3A028E4-70EF-43CE-AF16-4CBF8E4812B1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit d89edbf

Please sign in to comment.