{"id":15583213,"url":"https://github.com/nisanurbulut/kalypsoapp","last_synced_at":"2026-05-02T13:32:37.954Z","repository":{"id":189811447,"uuid":"681333919","full_name":"NisanurBulut/KalypsoApp","owner":"NisanurBulut","description":"This App shorten url address","archived":false,"fork":false,"pushed_at":"2023-08-21T21:20:41.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T08:27:44.941Z","etag":null,"topics":["asp-net-core","dotnetcore7","efcore","minimal-api","shortener-url","shorteners","sqlite","swagger"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NisanurBulut.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-21T19:31:33.000Z","updated_at":"2023-08-22T17:39:34.000Z","dependencies_parsed_at":"2023-08-21T22:07:52.718Z","dependency_job_id":null,"html_url":"https://github.com/NisanurBulut/KalypsoApp","commit_stats":null,"previous_names":["nisanurbulut/kalypsoapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NisanurBulut/KalypsoApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NisanurBulut%2FKalypsoApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NisanurBulut%2FKalypsoApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NisanurBulut%2FKalypsoApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NisanurBulut%2FKalypsoApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NisanurBulut","download_url":"https://codeload.github.com/NisanurBulut/KalypsoApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NisanurBulut%2FKalypsoApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["asp-net-core","dotnetcore7","efcore","minimal-api","shortener-url","shorteners","sqlite","swagger"],"created_at":"2024-10-02T20:05:45.557Z","updated_at":"2026-05-02T13:32:37.936Z","avatar_url":"https://github.com/NisanurBulut.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# KalypsoApp \n\n## Give a Star! :star:\nIf you like or are using this project to learn or start your solution, please give it a star. Thanks!\n\n\u003chr/\u003e\n\n### Packages\n\n\u003cul\u003e\n\u003cli\u003eMicrosoft.EntityFrameworkCore\u003c/li\u003e\n\u003cli\u003eMicrosoft.EntityFrameworkCore.Design\u003c/li\u003e\n\u003cli\u003eMicrosoft.EntityFrameworkCore.Sqlite\u003c/li\u003e\n\u003cli\u003eMicrosoft.EntityFrameworkCore.Sqlite.Core\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003chr/\u003e\n\n### Actions\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eshortenurl\u003c/th\u003e\n    \u003ctd\u003ePOST\u003c/td\u003e\n    \u003ctd\u003e\n    \u003col\u003e\n    \u003cli\u003eurl:string\u003c/li\u003e\n    \u003cli\u003eurlCustomPart:string\u003c/li\u003e\u003c/ol\u003e\n    \u003c/td\u003e\n    \u003ctd\u003ereturn shorten http link according to custom url input\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003cth\u003eshorturl\u003c/th\u003e\n    \u003ctd\u003ePOST\u003c/td\u003e\n    \u003ctd\u003e \n    \u003col\u003e\n    \u003cli\u003eurl:string\u003c/li\u003e\n    \u003c/ol\u003e\n    \u003c/td\u003e\n    \u003ctd\u003ereturn shorten http link\u003c/td\u003e\n  \u003ctr\u003e\n    \u003cth\u003egetlongurl\u003c/th\u003e\n    \u003ctd\u003eGET\u003c/td\u003e\n    \u003ctd\u003e \u003col\u003e\n    \u003cli\u003eurl:string\u003c/li\u003e\u003c/ol\u003e\n    \u003c/td\u003e\n    \u003ctd\u003ereturn original url address according to url param\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003chr/\u003e\n\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eTest Tool\u003c/th\u003e\n\u003cth\u003eProject\u003c/th\u003e\n\u003cth\u003eDatabase\u003c/th\u003e\n\u003c/tr\u003e\n\u003c/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSwagger Web Based Editor\u003c/td\u003e\n\u003ctd\u003eASP.Net Core Minimal API\u003c/td\u003e\n\u003ctd\u003eSQLite\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003chr/\u003e\n\n\u003cimage src=\"http://myth.jkiakas.com/wp/wp-content/uploads/2018/04/110-Calypso.png\" /\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnisanurbulut%2Fkalypsoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnisanurbulut%2Fkalypsoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnisanurbulut%2Fkalypsoapp/lists"}