{"id":31656636,"url":"https://github.com/nullforce-public/nullforce.api.deviantart.rest","last_synced_at":"2025-10-07T14:47:47.863Z","repository":{"id":34601188,"uuid":"145506809","full_name":"nullforce-public/Nullforce.Api.DeviantArt.Rest","owner":"nullforce-public","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T00:53:06.000Z","size":26,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-30T03:41:23.504Z","etag":null,"topics":["csharp","deviantart","deviantart-api"],"latest_commit_sha":null,"homepage":null,"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/nullforce-public.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-21T04:34:11.000Z","updated_at":"2025-06-03T22:52:10.000Z","dependencies_parsed_at":"2023-01-15T08:01:30.944Z","dependency_job_id":null,"html_url":"https://github.com/nullforce-public/Nullforce.Api.DeviantArt.Rest","commit_stats":null,"previous_names":["nullforce/nullforce.api.deviantart.rest"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nullforce-public/Nullforce.Api.DeviantArt.Rest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullforce-public%2FNullforce.Api.DeviantArt.Rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullforce-public%2FNullforce.Api.DeviantArt.Rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullforce-public%2FNullforce.Api.DeviantArt.Rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullforce-public%2FNullforce.Api.DeviantArt.Rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullforce-public","download_url":"https://codeload.github.com/nullforce-public/Nullforce.Api.DeviantArt.Rest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullforce-public%2FNullforce.Api.DeviantArt.Rest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278794391,"owners_count":26046968,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csharp","deviantart","deviantart-api"],"created_at":"2025-10-07T14:47:45.331Z","updated_at":"2025-10-07T14:47:47.856Z","avatar_url":"https://github.com/nullforce-public.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nullforce.Api.DeviantArt.Rest\nBuilds URLs for the DeviantArt API.\n\n## Authorization\nYou're responsible for providing an API key and/or appending the appropriate OAuth 1.0a Authorize header to the request.\n\n## Example Usage\n```csharp\nvar client = new RestClient(apiKey);\n\n// Make a request via Flurl.Http\nvar watching = await client\n                    .GetUserFriendList(\"nullforce\")\n                    .WithPageLimit(50)\n                    .WithPageOffset(offset)\n                    .Uri\n                    .WithClient(fc)\n                    .WithOAuthBearerToken(_token)\n                    .GetStringAsync();\n\nvar friendList = JsonConvert.DeserializeObject\u003cGetUserFriendListResponse\u003e(watching);\n```\n\n## Building\nPrerequisites:\n* .NET Core SDK\n\nFirst, install the dotnet tool for Cake (may require restarting a PowerShell console):\n\n```powershell\ndotnet tool install -g Cake.Tool\n```\n\nFrom the root of the repository:\n\n```powershell\ndotnet cake build.cake\n```\n\n## NuGet Package\nNuGet package at https://www.nuget.org/packages/Nullforce.Api.DeviantArt.Rest\n\n```powershell\nInstall-Package Nullforce.Api.DeviantArt.Rest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullforce-public%2Fnullforce.api.deviantart.rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullforce-public%2Fnullforce.api.deviantart.rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullforce-public%2Fnullforce.api.deviantart.rest/lists"}