{"id":19148958,"url":"https://github.com/developerx-official/nasa_apod_api","last_synced_at":"2025-04-19T15:32:14.209Z","repository":{"id":39584293,"uuid":"492352959","full_name":"developerx-official/NASA_APOD_API","owner":"developerx-official","description":"A wrapper for NASA's APOD API","archived":true,"fork":false,"pushed_at":"2024-03-18T17:16:33.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T06:24:10.642Z","etag":null,"topics":["csharp","nasa-api","nasa-apod","nuget","nuget-package"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/NASA_APOD/","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/developerx-official.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-05-15T00:26:02.000Z","updated_at":"2025-03-07T10:13:56.000Z","dependencies_parsed_at":"2024-03-18T18:48:32.288Z","dependency_job_id":null,"html_url":"https://github.com/developerx-official/NASA_APOD_API","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/developerx-official%2FNASA_APOD_API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerx-official%2FNASA_APOD_API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerx-official%2FNASA_APOD_API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerx-official%2FNASA_APOD_API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developerx-official","download_url":"https://codeload.github.com/developerx-official/NASA_APOD_API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249727347,"owners_count":21316635,"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":["csharp","nasa-api","nasa-apod","nuget","nuget-package"],"created_at":"2024-11-09T08:05:44.820Z","updated_at":"2025-04-19T15:32:13.996Z","avatar_url":"https://github.com/developerx-official.png","language":"C#","readme":"![issues](https://img.shields.io/github/issues/developerx-official/NASA_APOD_API) ![forks](https://img.shields.io/github/forks/developerx-official/NASA_APOD_API) ![stars](https://img.shields.io/github/stars/developerx-official/NASA_APOD_API) ![license](https://img.shields.io/github/license/developerx-official/NASA_APOD_API) ![codeql-analysis](https://github.com/developerx-official/NASA_APOD_API/actions/workflows/codeql-analysis.yml/badge.svg) ![codeql-analysis](https://img.shields.io/badge/dependabot-enabled-blue)\n\n# NASA_APOD_API\n\n## How to Install\n\nUsing nuget, install `NASA_APOD` ([link](https://www.nuget.org/packages/NASA_APOD/))\n\n(`dotnet add package NASA_APOD`)\n\n## How to Use\n\n* Instantiate APOD_CLIENT (such as on app enter)\n* Query with `yourClient.Query(your, parameters);`\n* Dispose when no longer being used (such as on app exit)\n\n## Short Example\n\n```csharp\n// In practice try to use one client per application as it can stress socket connections\n// This is just showing that it can be disposed (such as with a using statement)\n// It also uses the demo key, please don't do this to yourself, getting an actual api key is painless on their website\n// https://api.nasa.gov/#signUp\nusing (APOD_Client client = new APOD_Client(\"DEMO_KEY\"))\n{\n    var result = await client.QueryAsync();\n    Console.WriteLine($\"TITLE: {result[0].title}\\n\" +\n                      $\"URL: {result[0].url}\");\n}\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperx-official%2Fnasa_apod_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperx-official%2Fnasa_apod_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperx-official%2Fnasa_apod_api/lists"}