{"id":25020671,"url":"https://github.com/panoramicdata/auvik.api","last_synced_at":"2025-04-13T04:40:26.497Z","repository":{"id":38683662,"uuid":"302180583","full_name":"panoramicdata/Auvik.Api","owner":"panoramicdata","description":"Auvik API nuget package","archived":false,"fork":false,"pushed_at":"2023-10-26T17:43:26.000Z","size":135,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T21:37:43.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/panoramicdata.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-07T23:03:09.000Z","updated_at":"2023-01-28T00:29:20.000Z","dependencies_parsed_at":"2022-08-18T17:32:05.902Z","dependency_job_id":"13465fe8-c548-43c2-bed1-9b4de66ace19","html_url":"https://github.com/panoramicdata/Auvik.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/panoramicdata%2FAuvik.Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FAuvik.Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FAuvik.Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoramicdata%2FAuvik.Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoramicdata","download_url":"https://codeload.github.com/panoramicdata/Auvik.Api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665783,"owners_count":21142122,"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":[],"created_at":"2025-02-05T12:17:06.938Z","updated_at":"2025-04-13T04:40:26.460Z","avatar_url":"https://github.com/panoramicdata.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auvik.Api\n\n[![Nuget](https://img.shields.io/nuget/v/Auvik.Api)](https://www.nuget.org/packages/Auvik.Api/)\n\nTo use the Auvik nuget package:\n\n## Visual Studio\n\n1.\tOpen your project in Visual Studio\n2.  Right-click on the project and click \"Manage Nuget packages\"\n3.  Find the package \"Auvik.Api\" - install the latest version\n4.  Create an API key in your User Profile in Auvik\n5.  Note your URL domain, username and API key.\n\n## Example code (C# 8.0)\n\n``` C#\nusing Auvik.Api;\nusing System;\nusing System.Collections.Generic;\nusing System.Threading.Tasks;\n\nnamespace My.Project\n{\n\tpublic static class Program\n\t{\n\t\tpublic static async Task Main()\n\t\t{\n\t\t\tvar auvikClient = new AuvikClient(\n\t\t\t\tnew AuvikClientOptions\n\t\t\t\t{\n\t\t\t\t\t// Ensure that the \"us3\" part of the URI\n\t\t\t\t\t// matches your browser navigation bar\n\t\t\t\t\tUri = new Uri(\"https://auvikapi.us3.my.auvik.com;\"),\n\t\t\t\t\tUsername = \"you@yourdomain.com\",\n\t\t\t\t\tApiKey = \"YOUR API KEY GOES HERE\"\n\t\t\t\t}\n\t\t\t);\n\n\t\t\tawait auvikClient\n\t\t\t\t.Credentials\n\t\t\t\t.VerifyCredentials()\n\t\t\t\t.ConfigureAwait(false);\n\t\t}\n\t}\n}\n````\n\n## API Documentation\n\nThe Auvik API documentation can be found here:\n\n-\t[Auvik API documentation](https://auvikapi.us1.my.auvik.com/docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fauvik.api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoramicdata%2Fauvik.api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoramicdata%2Fauvik.api/lists"}