{"id":17347610,"url":"https://github.com/cryptiklemur/zzuk-profile-loader","last_synced_at":"2025-03-27T11:20:33.839Z","repository":{"id":142597882,"uuid":"85158540","full_name":"cryptiklemur/zzuk-profile-loader","owner":"cryptiklemur","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-17T17:49:40.000Z","size":776,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T15:45:13.630Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptiklemur.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-03-16T06:01:41.000Z","updated_at":"2017-03-17T08:23:25.000Z","dependencies_parsed_at":"2024-03-12T06:04:58.185Z","dependency_job_id":"36c6c5bc-ffb5-4105-87cb-5128fbf27a9e","html_url":"https://github.com/cryptiklemur/zzuk-profile-loader","commit_stats":null,"previous_names":["cryptiklemur/zzuk-profile-loader"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2Fzzuk-profile-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2Fzzuk-profile-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2Fzzuk-profile-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2Fzzuk-profile-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptiklemur","download_url":"https://codeload.github.com/cryptiklemur/zzuk-profile-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245832747,"owners_count":20679702,"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":"2024-10-15T16:49:27.293Z","updated_at":"2025-03-27T11:20:33.821Z","avatar_url":"https://github.com/cryptiklemur.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zzuk-profile-loader\n\nAdd a reference to the DLL from Releases\n\nThen, in your code:\n\n```csharp\nusing ProfileLoader;\n\nnamespace Example\n{\n    class Program\n    {\n        public static void Main()\n        {\n            // JSON\n            ProfileData profileData = Loader.LoadProfile(fullFileName, profileName, ProfileExtension.JSON, ProfileType.Grinding);\n            \n            //OR\n            \n            // XML (will download to json for parsing)\n            ProfileData profileData = Loader.LoadProfile(fullFileName, profileName, ProfileExtension.XML, ProfileType.Grinding); \n        }\n        \n        /**\n         * Can also use the async methods.\n         */\n        public static async Task AsyncMain()\n        {\n            // JSON\n            ProfileData profileData = await Loader.LoadProfileAsync(fullFileName, profileName, ProfileExtension.JSON, ProfileType.Grinding);\n            \n            //OR\n            \n            // XML (will download to json for parsing)\n            ProfileData profileData = await Loader.LoadProfileAsync(fullFileName, profileName, ProfileExtension.XML, ProfileType.Grinding); \n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptiklemur%2Fzzuk-profile-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptiklemur%2Fzzuk-profile-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptiklemur%2Fzzuk-profile-loader/lists"}