{"id":20957781,"url":"https://github.com/marekpridal/vapordemo","last_synced_at":"2026-05-01T22:32:44.098Z","repository":{"id":49192484,"uuid":"167027805","full_name":"marekpridal/VaporDemo","owner":"marekpridal","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-27T15:09:06.000Z","size":65,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T23:48:09.519Z","etag":null,"topics":["crud","database","demo","fluent","json-body","leaf","mysql","server","swift","swift4","vapor"],"latest_commit_sha":null,"homepage":"http://www.vapordemo.marekpridal.eu","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marekpridal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-22T16:30:28.000Z","updated_at":"2021-06-24T07:32:50.000Z","dependencies_parsed_at":"2022-08-19T01:10:06.581Z","dependency_job_id":null,"html_url":"https://github.com/marekpridal/VaporDemo","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/marekpridal%2FVaporDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekpridal%2FVaporDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekpridal%2FVaporDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekpridal%2FVaporDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marekpridal","download_url":"https://codeload.github.com/marekpridal/VaporDemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243352035,"owners_count":20276916,"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":["crud","database","demo","fluent","json-body","leaf","mysql","server","swift","swift4","vapor"],"created_at":"2024-11-19T01:43:59.572Z","updated_at":"2025-12-29T22:05:49.226Z","avatar_url":"https://github.com/marekpridal.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/1342803/36623515-7293b4ec-18d3-11e8-85ab-4e2f8fb38fbd.png\" width=\"320\" alt=\"API Template\"\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\n    \u003ca href=\"http://docs.vapor.codes/3.0/\"\u003e\n        \u003cimg src=\"http://img.shields.io/badge/read_the-docs-2196f3.svg\" alt=\"Documentation\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://discord.gg/vapor\"\u003e\n        \u003cimg src=\"https://img.shields.io/discord/431917998102675485.svg\" alt=\"Team Chat\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\n        \u003cimg src=\"http://img.shields.io/badge/license-MIT-brightgreen.svg\" alt=\"MIT License\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://circleci.com/gh/vapor/api-template\"\u003e\n        \u003cimg src=\"https://circleci.com/gh/vapor/api-template.svg?style=shield\" alt=\"Continuous Integration\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://swift.org\"\u003e\n        \u003cimg src=\"http://img.shields.io/badge/swift-4.1-brightgreen.svg\" alt=\"Swift 4.1\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# VaporDemo\nDemo of using Swift for server app\n\n\u003ch3 style=\"color:rgb(38, 180, 127);\"\u003eGET\u003c/h3\u003e\n\n`/requestDebugDescription`\n\n\u003ca href=\"http://vapordemo.marekpridal.eu/requestDebugDescription\" style=\"color:rgb(38, 180, 127);\"\u003eTry 🙌\u003c/a\u003e\n\n`/exchanges`\n\n\u003ca href=\"http://vapordemo.marekpridal.eu/exchanges\" style=\"color:rgb(38, 180, 127);\"\u003eTry 🙌\u003c/a\u003e\n\n`/exchangeRate`\n\n\u003ca href=\"http://vapordemo.marekpridal.eu/exchangeRate?countryCode=CZK\" style=\"color:rgb(38, 180, 127);\"\u003eTry 🙌\u003c/a\u003e\n\u003ch3 style=\"color:rgb(255, 203, 79);\"\u003ePOST\u003c/h3\u003e\n\n`/exchange`\n\n\u003cb\u003eJSON BODY example\u003c/b\u003e\n\n```\n{\n  \"country_code\":\"EUR\",\n  \"value\":1,\n  \"timestamp\":null,\n  \"priority\":1\n}\n```\n\n\u003ca href=\"http://vapordemo.marekpridal.eu/exchange\" style=\"color:rgb(255, 203, 79);\"\u003eTry 🙌\u003c/a\u003e\n\n\u003ch3 style=\"color:rgb(9, 123, 237);\"\u003ePUT\u003c/h3\u003e\n\n`/updateExchangeRate`\n\n\u003cb\u003eJSON BODY example\u003c/b\u003e\n\n```\n{\n  \"country_code\":\"CZK\",\n  \"value\":25.644444,\n  \"timestamp\":null,\n  \"priority\":1\n}\n```\n\n\u003ca href=\"http://vapordemo.marekpridal.eu/updateExchangeRate\" style=\"color:rgb(9, 123, 237);\"\u003eTry 🙌\u003c/a\u003e\n\n\u003ch3 style=\"color:rgb(237, 75, 72);\"\u003eDELETE\u003c/h3\u003e\n\n`/deleteExchangeRate`\n\n\u003cb\u003eJSON BODY example\u003c/b\u003e\n\n```\n{\n  \"country_code\":\"CZK\",\n  \"value\":25.644444,\n  \"timestamp\":null,\n  \"priority\":1\n}\n```\n\n\u003ca href=\"http://vapordemo.marekpridal.eu/deleteExchangeRate\" style=\"color:rgb(237, 75, 72);\"\u003eTry 🙌\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarekpridal%2Fvapordemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarekpridal%2Fvapordemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarekpridal%2Fvapordemo/lists"}