-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yml
More file actions
67 lines (67 loc) · 2.22 KB
/
apis.yml
File metadata and controls
67 lines (67 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
aid: restsharp
name: RestSharp
description: >-
RestSharp is a simple REST and HTTP API client library for .NET that wraps
HttpClient with a fluent API for making HTTP requests with automatic
serialization and deserialization of request and response bodies. Supports
JSON, XML, and CSV formats, OAuth1/OAuth2 authentication, async operations,
and multi-part form uploads. Available on NuGet as RestSharp (9,800+ GitHub
stars, Apache-2.0 license, .NET Foundation project).
type: Index
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
- .NET
- Apache License
- C#
- HTTP Client
- NuGet
- Open Source
- SDKs
url: >-
https://raw.githubusercontent.com/api-evangelist/restsharp/refs/heads/main/apis.yml
created: '2026-03-27'
modified: '2026-05-02'
specificationVersion: '0.19'
apis:
- aid: restsharp:restsharp
name: RestSharp
description: >-
RestSharp is a simple REST and HTTP API client library for .NET,
wrapping HttpClient with a fluent API for making HTTP requests with
automatic serialization and deserialization of request and response bodies.
Current version: 114.0.0 (released March 2026). Targets .NET 8.0,
.NET Standard 2.0, and .NET Framework 4.7.1.
humanURL: https://restsharp.dev/
tags:
- .NET
- C#
- HTTP Client
- NuGet
- Open Source
properties:
- type: Documentation
url: https://restsharp.dev/docs/intro/
- type: GettingStarted
url: https://restsharp.dev/docs/intro/
- type: GitHub
url: https://github.com/restsharp/RestSharp
- type: NuGet
url: https://www.nuget.org/packages/RestSharp
- type: ChangeLog
url: https://github.com/restsharp/RestSharp/releases
common:
- type: Website
url: https://restsharp.dev/
- type: Documentation
url: https://restsharp.dev/docs/intro/
- type: GitHubOrganization
url: https://github.com/restsharp
- type: NuGet Package
url: https://www.nuget.org/packages/RestSharp
- type: License
url: https://github.com/restsharp/RestSharp/blob/dev/LICENSE.txt
- type: Support
url: https://github.com/restsharp/RestSharp/issues
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com