{"id":23605887,"url":"https://github.com/fablecode/wikia-core","last_synced_at":"2025-05-09T01:06:25.346Z","repository":{"id":65387473,"uuid":"178231869","full_name":"fablecode/wikia-core","owner":"fablecode","description":"Wikia is a C# .Net 6.0 library that makes it easy to access Wiki data.","archived":false,"fork":false,"pushed_at":"2022-12-18T06:14:51.000Z","size":129,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-09T01:06:18.413Z","etag":null,"topics":["nuget","wikia","wikia-api","wikiapi"],"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/fablecode.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}},"created_at":"2019-03-28T15:28:54.000Z","updated_at":"2023-01-19T13:13:46.000Z","dependencies_parsed_at":"2023-01-29T18:45:56.017Z","dependency_job_id":null,"html_url":"https://github.com/fablecode/wikia-core","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fwikia-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fwikia-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fwikia-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fablecode%2Fwikia-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fablecode","download_url":"https://codeload.github.com/fablecode/wikia-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171254,"owners_count":21865292,"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":["nuget","wikia","wikia-api","wikiapi"],"created_at":"2024-12-27T13:13:36.291Z","updated_at":"2025-05-09T01:06:25.320Z","avatar_url":"https://github.com/fablecode.png","language":"C#","readme":"![alt text](https://fablecode.visualstudio.com/wikia-core/_apis/build/status/wikia-core%20CD \"Visual studio team services build status\") \n\n# Wikia-Core\nWikia is a C# .Net 6.0 library that provides resource oriented interfaces and clients for the Wikia Api.\n\n## How?\nEvery wiki has its API accessible through URL: {wikidomain}/api/v1/.\n\nFor example:\n\n1. [http://www.wikia.com/api/v1/](http://www.wikia.com/api/v1/)\n2. [http://yugioh.fandom.com/api/v1/](http://yugioh.fandom.com/api/v1/)\n3. [http://naruto.fandom.com/api/v1/](http://naruto.fandom.com/api/v1/)\n4. [http://elderscrolls.fandom.com/api/v1/](http://elderscrolls.fandom.com/api/v1/)\n\n## NuGet\n    PM\u003e Install-Package wikia.core\n\n## Quickstart\n\n```csharp\n\n// wiki domain\nstring domainUrl = \"http://yugioh.fandom.com\";\n\n// Article endpoint\nIWikiArticleList articles = new WikiArticleList(domainUrl);\n\n// Get all Yugioh card tips ordered alphabetically\nvar result = articles.AlphabeticalList(\"Card Tips\");\n```\n\n##### To get information about a specific article\n\n```csharp\n// Get articles by id\nIWikiArticle article = new WikiArticle(domainUrl);\n\nvar articleId = 50\n\n// Detail info\nvar articleDetailsResult = article.Details(articleId);\n\n```\n\n## Endpoints\n\nFor a list of all endpoints, visit wiki api using {wikidomain}/api/v1/ format.\n\nExample: For Yugioh Wiki Api endpoints, i'd use [http://yugioh.fandom.com/api/v1/](http://yugioh.wikia.com/api/v1/).\n\nNotice the domain is \"http://yugioh.fandom.com\" and the suffix is \"/api/v1/\"\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffablecode%2Fwikia-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffablecode%2Fwikia-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffablecode%2Fwikia-core/lists"}