{"id":20138466,"url":"https://github.com/thiagobarradas/restsharp-easy","last_synced_at":"2025-04-09T18:08:49.726Z","repository":{"id":44625008,"uuid":"238066371","full_name":"ThiagoBarradas/restsharp-easy","owner":"ThiagoBarradas","description":"Complement for RestSharp to create fast and easily API Clients (SDK) with Newtonsoft serialization and Serilog Log","archived":false,"fork":false,"pushed_at":"2024-07-15T13:06:02.000Z","size":56,"stargazers_count":6,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T20:05:53.725Z","etag":null,"topics":["api-client","apiclient","dotnet","dotnet-core","easy","log","newtonsoft","restsharp","sdk","serilog","utility"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/RestSharp.Easy/","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/ThiagoBarradas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2020-02-03T21:32:45.000Z","updated_at":"2024-07-15T13:06:02.000Z","dependencies_parsed_at":"2024-11-13T21:40:43.280Z","dependency_job_id":"55ebeb00-a792-47ac-9a7d-37c1c1cac260","html_url":"https://github.com/ThiagoBarradas/restsharp-easy","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThiagoBarradas%2Frestsharp-easy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThiagoBarradas%2Frestsharp-easy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThiagoBarradas%2Frestsharp-easy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThiagoBarradas%2Frestsharp-easy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThiagoBarradas","download_url":"https://codeload.github.com/ThiagoBarradas/restsharp-easy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085130,"owners_count":21045135,"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":["api-client","apiclient","dotnet","dotnet-core","easy","log","newtonsoft","restsharp","sdk","serilog","utility"],"created_at":"2024-11-13T21:38:15.752Z","updated_at":"2025-04-09T18:08:49.704Z","avatar_url":"https://github.com/ThiagoBarradas.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://barradas.visualstudio.com/Contributions/_apis/build/status/NugetPackage/RestSharp%20Easy?branchName=develop)](https://barradas.visualstudio.com/Contributions/_build/latest?definitionId=15\u0026branchName=master)\n[![NuGet Downloads](https://img.shields.io/nuget/dt/RestSharp.Easy.svg)](https://www.nuget.org/packages/RestSharp.Easy/)\n[![NuGet Version](https://img.shields.io/nuget/v/RestSharp.Easy.svg)](https://www.nuget.org/packages/RestSharp.Easy/)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ThiagoBarradas_restsharp-easy\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=ThiagoBarradas_restsharp-easy)\n\u003c!-- [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=ThiagoBarradas_restsharp-easy\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=ThiagoBarradas_restsharp-easy) --\u003e\n# RestSharp Easy\n\nComplement for RestSharp to create fast and easily API Clients (SDK) with Newtonsoft serialization and Serilog Log\n\n## Install via NuGet\n\n````command\nPM\u003e Install-Package RestSharp.Easy\n````\n\n## Sample\n\n\u003e Use it as Scoped or Transient because this client keeps context to use some features like RequestKey, AdditionalLog items, etc.\n\n````csharp\n\nvar config = new EasyRestClientConfiguration\n{\n\tBaseUrl = \"https://server.com/api/v1\",\n\tTimeoutInMs = 60000,\n\tSerializeStrategy = SerializeStrategyEnum.SnakeCase,\n\tRequestKey = \"123456\"\n};\n\nIEasyRestClient client = new EasyRestClient(config);\n\nvar response = client.SendRequestAsync\u003cUser, ErrorModel\u003e(Method.GET, \"users\");\n\n````\n\n## How can I contribute?\nPlease, refer to [CONTRIBUTING](.github/CONTRIBUTING.md)\n\n## Found something strange or need a new feature?\nOpen a new Issue following our issue template [ISSUE TEMPLATE](.github/ISSUE_TEMPLATE.md)\n\n## Changelog\nSee in [nuget version history](https://www.nuget.org/packages/RestSharp.Easy)\n\n## Did you like it? Please, make a donate :)\n\nif you liked this project, please make a contribution and help to keep this and other initiatives, send me some Satochis.\n\nBTC Wallet: `1G535x1rYdMo9CNdTGK3eG6XJddBHdaqfX`\n\n![1G535x1rYdMo9CNdTGK3eG6XJddBHdaqfX](https://i.imgur.com/mN7ueoE.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagobarradas%2Frestsharp-easy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagobarradas%2Frestsharp-easy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagobarradas%2Frestsharp-easy/lists"}