{"id":18331982,"url":"https://github.com/mrousavy/webuntissharp","last_synced_at":"2025-04-06T03:33:31.397Z","repository":{"id":78946277,"uuid":"82196451","full_name":"mrousavy/WebUntisSharp","owner":"mrousavy","description":":alarm_clock: A Wrapper of the WebUntis JSON API for .NET","archived":false,"fork":false,"pushed_at":"2018-04-24T19:26:29.000Z","size":1841,"stargazers_count":14,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T02:47:38.757Z","etag":null,"topics":["api","csharp","json","net","untis","webuntis","wrapper"],"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/mrousavy.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":"2017-02-16T15:40:36.000Z","updated_at":"2023-06-29T10:30:06.000Z","dependencies_parsed_at":"2023-02-24T23:00:21.195Z","dependency_job_id":null,"html_url":"https://github.com/mrousavy/WebUntisSharp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrousavy%2FWebUntisSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrousavy%2FWebUntisSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrousavy%2FWebUntisSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrousavy%2FWebUntisSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrousavy","download_url":"https://codeload.github.com/mrousavy/WebUntisSharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430838,"owners_count":20937873,"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":["api","csharp","json","net","untis","webuntis","wrapper"],"created_at":"2024-11-05T19:36:42.143Z","updated_at":"2025-04-06T03:33:31.377Z","avatar_url":"https://github.com/mrousavy.png","language":"C#","funding_links":["https://ko-fi.com/F1F8CLXG'"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/mrousavy/WebUntisSharp/master/Images/Logo.png\" width=\"50\" /\u003e\n  \u003cbr/\u003e\n  \u003cimg src=\"http://sankt-ansgar-schule.de/wp-content/uploads/2016/08/WebUntis.png\" height=\"100\" /\u003e\n  \u003ch3 align=\"center\"\u003eWebUntisSharp\u003c/h3\u003e\n  \u003cp align=\"center\"\u003eA Wrapper of the \u003ca href=\"http://www.untis.at/Downloads/int/Manuals/de/WebUntis.pdf\"\u003eWebUntis\u003c/a\u003e JSON API for .NET for sending and receiving Untis Informations\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/mrousavy/WebUntisSharp/wiki\"\u003e\u003cimg src=\"https://img.shields.io/badge/API-Documentation-green.svg\" alt=\"Documentation\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.nuget.org/packages/WebUntisSharp\"\u003e\u003cimg src=\"https://img.shields.io/nuget/dt/WebUntisSharp.svg\" alt=\"NuGet\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href='https://ko-fi.com/F1F8CLXG' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\n# How to use\n\n## Full guide\nTake a look at the [wiki](https://github.com/mrousavy/WebUntisSharp/wiki) to see the full documentation for this API.\n\n## Quickstart\n### 1. Add Binaries\n   + NuGet\n      * [WebUntisSharp is also available on NuGet!](https://www.nuget.org/packages/WebUntisSharp)   Install by typing `Install-Package WebUntisSharp` in NuGet Package Manager Console. (Or search for `WebUntisSharp` on NuGet)\n\n   + Manually\n      1. [Download the latest Library (.dll)](https://github.com/mrousavy/WebUntisSharp/releases/download/1.0.0.3/WebUntisSharp.dll)\n      2. Add the .dll to your Project   (Right click `References` in the Project Tree View, click `Add References` and `Browse` to the `.dll` File)\n\n### 2. Create WebUntis Object\n* C#:\n```C#\nWebUntis untis = new WebUntis(\"mrousavy\", \"password1234\", schoolUrl, \"WebUntisSharp API\");\n```\n\n* VB:\n```VB\nDim untis As new WebUntis(\"mrousavy\", \"password1234\", schoolUrl, \"WebUntisSharp API\")\n```\n\n### 3. Send Requests\n* C#:\n```C#\nvar timegrid = await untis.GetTimegrid();\n```\n\n* VB:\n```VB\nDim timegrid As Timegrid = Await untis.GetTimegrid()\n```\n\n### 4. Logout\n* Logout Method\n   * C#:\n   ```C#\n    untis.Logout();\n    ```\n\n   * VB:\n    ```VB\n   untis.Logout()\n   ```\n* using Statement\n   * C#:\n   ```C#\n   using(WebUntis untis = new WebUntis(\"mrousavy\", \"password1234\", schoolUrl, \"WebUntisSharp API\"))\n      // our Requests to the WebUntis API go here\n   }\n   // WebUntis Object is now disposed and Logged out (Session has ended)\n   ```\n\n   * VB:\n   ```VB\n   Using untis As New WebUntis(\"mrousavy\", \"password1234\", schoolUrl, \"WebUntisSharp API\")\n      ' Your Requests to the WebUntis API go here\n   End Using\n   ' WebUntis Object is now disposed and Logged out (Session has ended)\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrousavy%2Fwebuntissharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrousavy%2Fwebuntissharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrousavy%2Fwebuntissharp/lists"}