{"id":22012415,"url":"https://github.com/nikitaeverywhere/utils.webappmanager","last_synced_at":"2026-02-04T10:14:55.067Z","repository":{"id":69125653,"uuid":"86977778","full_name":"nikitaeverywhere/Utils.WebAppManager","owner":"nikitaeverywhere","description":"Convenient web application manager for InterSystems Caché","archived":false,"fork":false,"pushed_at":"2017-04-02T20:32:37.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T08:16:00.517Z","etag":null,"topics":["cacheobjectscript-udl","intersystems","intersystems-cache","utility"],"latest_commit_sha":null,"homepage":"","language":"Apex","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/nikitaeverywhere.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-04-02T10:01:09.000Z","updated_at":"2017-07-08T09:56:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ff51947-adeb-4433-ae66-75d2d9da46a6","html_url":"https://github.com/nikitaeverywhere/Utils.WebAppManager","commit_stats":null,"previous_names":["nikitaeverywhere/utils.webappmanager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nikitaeverywhere/Utils.WebAppManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaeverywhere%2FUtils.WebAppManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaeverywhere%2FUtils.WebAppManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaeverywhere%2FUtils.WebAppManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaeverywhere%2FUtils.WebAppManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikitaeverywhere","download_url":"https://codeload.github.com/nikitaeverywhere/Utils.WebAppManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikitaeverywhere%2FUtils.WebAppManager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262419689,"owners_count":23308092,"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":["cacheobjectscript-udl","intersystems","intersystems-cache","utility"],"created_at":"2024-11-30T03:12:45.417Z","updated_at":"2026-02-04T10:14:50.042Z","avatar_url":"https://github.com/nikitaeverywhere.png","language":"Apex","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Utils.WebAppManager\n\nImport the class and use it like the following:\n\n```cls\n// create web app\ndo ##class(Utils.WebAppManager).Register(\"/MyWebApp\", {\n    \"Description\": (\"A sample web application for Cache.\"),\n    \"IsNameSpaceDefault\": ($$$NO),\n    \"DispatchClass\": (..#DispatchClass)\n})\n\n// delete web app\ndo ##class(Utils.WebAppManager).Delete(\"/MyWebApp\", {\n    \"DispatchClass\": (..#DispatchClass)\n})\n```\n\nIn likely future, this class may appear in Caché package manager.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitaeverywhere%2Futils.webappmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikitaeverywhere%2Futils.webappmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitaeverywhere%2Futils.webappmanager/lists"}