Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/restsharp/RestSharp

Simple REST and HTTP API Client for .NET
https://github.com/restsharp/RestSharp

Merge pull request #515 from StevenLiekens/master

Fixing an uncaught ArgumentNullException that is thrown when 'RestClient.EncodeParameters()' tri...

3fae4fe09774e7d1b3d778a43eb1a2b1f9a376d8 authored almost 11 years ago
Tabify

d61cb82a0801eb795ea4108742357ec439f302d1 authored almost 11 years ago
Adding a null-check to 'RestClient.EncodeParameter'; optimizing relevant code.

a692126a79b3110c829cd68a742bc8dc05d7ce32 authored almost 11 years ago
Merge pull request #513 from rafaelsteil/fix_duplicate_question_mark

Added a check to not allow duplicated question marks in uris

7dcd710382c5c91c648a37ac947ab54d49a717b0 authored almost 11 years ago
Added a check to not allow duplicated question marks in uris

b65abd708b5f7d119667d36d003ed953ba0caeb0 authored almost 11 years ago
Merge pull request #512 from kato-im/master

Fix null reference on non-HTTP response exception

b594dad5ed01d1d20d7ee949270e77b9c3090ec9 authored almost 11 years ago
Fix null reference on non-HTTP response exception

2c03bf9bbcb7471286beff6b193dbadd9916155f authored almost 11 years ago
using built-in System.Uri.CheckHostName

83f79a5aeb368451b1db3c4622be6c83959ca67b authored almost 11 years ago
Added parameter check when setting Host header

2844f91985e10c2dcf85d73d12b84d92cb9f31a6 authored about 11 years ago
Merge pull request #500 from rggardner/timeout-put-async

It appears possible for a PUT request to enter a state where a timeout d...

821153d8425c3d65123a016c939ade23720c46eb authored about 11 years ago
Update Http.Async.cs

Fixed indentation

721d9dc5fc3974343c8bc7605fd65facbcae794a authored about 11 years ago
Update AsyncTests.cs

Fixed indentation

f519cec96d6d3fd761711075bf02070a8e661387 authored about 11 years ago
It appears possible for a PUT request to enter a state where a timeout does not correctly fire. The asyncresult of the request is correctly passed into the SetTimeout method after creation but when it progresses to the response object the SetTimeout is neglected.

This allows for a scenario where a put request can begin and if an error occurs in the response ...

3e6b4e5e7d94a3e8de1985c42eaf42217758e68a authored about 11 years ago
Merge pull request #498 from shaylevi2/master

SelectTokens support ("path.to.data") added (with tests)

b9900486109d5a3864b231a328227a8a1dd5a76d authored about 11 years ago
Fixed indentations

58912beee4d0fc49385546ce7585d0b78f3e9d67 authored about 11 years ago
Added support for select tokens using the '.' in the Name parameter of "DeserializeAs" attribute

3a06bf0129427197a49f83a77fdecf6af3fb854b authored about 11 years ago
Add additional way to proccess enum values

1a7c56b07967216562d48cde2edac213812a637e authored about 11 years ago
Merge pull request #493 from staticcat/Http-Sync-Handle-Timeout

Http.Sync now handles timeout responses raised as WebExceptions. These a...

dc71b1875d6921e66ec1170d94ca88edf02996af authored about 11 years ago
Http.Sync now handles timeout responses raised as WebExceptions. These are coverted to httpresponses with a timeout status. The exception object is attached to the response so that deserialization does not occur.

b1ec79a7b0b1938e5ac850e29ab89ad92ae6b7ed authored about 11 years ago
Merge pull request #491 from bicycle-nerd/wp8

Windows Phone 8 Project File

fa894e8c1935d12a0b5fb21ecd8e45baf90a7982 authored about 11 years ago
Merge remote-tracking branch 'fork/master' into wp8

b36c648e4953b2902df4e69963347da735d885ec authored about 11 years ago
updated to include the new async method

3daabc4fd8dec189cabcfc08ca2f1493e6cf37dc authored about 11 years ago
Merge tag '104.3.3' into wp8-project

aabb4fce9894824addc0de956c35bd7a0949d85b authored about 11 years ago
Merge pull request #488 from esthereisner/master

Excluded all non "oauth_" parameters from the signature for multipart re...

abb57a2e865921d75d38a06afd0e7b4df249e478 authored about 11 years ago
Merge pull request #490 from Naliath/master

Prevent object is null or undefined exception when deserializing a response

5e89df461604d259cd2dbad76de8af4d3072fb0b authored about 11 years ago
Prevent object is null or undefined exception when the request returns an unexpected type before deserializing (type for which no handler is defined)

ef43aae63c04c1dae1646528bfe321ac76340ee5 authored about 11 years ago
Excluded all non "oauth_" parameters from the signature for multipart requests.

Redid previous commit to omit log files that were included accidentally.

Also (hopefully?) fixe...

673b60b7ed4ea3d3f26ecdc27e37654b032c6ede authored about 11 years ago
Revert "Excluded all non "oauth_" parameters from the signature for multipart requests."

This reverts commit 178ad4d8821ad8b2b51019acee613180a1c8ac4f.

626bef55307e99f16318607e8071f1a5cfacae27 authored about 11 years ago
Merge pull request #487 from enricosada/patch-1

fix typo

e18460a5137f3b60562ca754d28a26005c000524 authored about 11 years ago
fix typo

1fe7c3dc3a7281da4c8d66b40444dcee8b901acf authored about 11 years ago
fix typo

80c7a31d0e440d00012f915ea388df200b1bf540 authored about 11 years ago
fix typo

aba7d74a18dc4c2427a11e32a18b9ce0e0d8734e authored about 11 years ago
Excluded all non "oauth_" parameters from the signature for multipart requests.

Discovered issue when attempting to post to Twitter with media attached.
Per Twitter docs (https...

178ad4d8821ad8b2b51019acee613180a1c8ac4f authored about 11 years ago
Merge pull request #485 from brettryan/master

Add compact framework support

9d3405ba9f0ea207da7cca0a82b040607c240026 authored about 11 years ago
Updated README to include compact framework support.

2493e15b5fefaa36c410dd7d31800d6b26244b63 authored about 11 years ago
RestSharp formatting requires tabs, not spaces.

52eb0310f20c7231c24b1dee4cee0bb59707f3da authored about 11 years ago
Removed accidental AssemblyInfo.cs.

91d92c1dce84f00cb579ae3f7b1c9d30a559ef8f authored about 11 years ago
Corrected roque parenth.

64f423eaa157a5a7ea34c47e2212a6053f1066dc authored about 11 years ago
Added VS2008 project for CF.

20b60ffd8b05606c3255fba3a9c6e43e4bb2016e authored about 11 years ago
Added support for Compact Framework.

dc9f28d51adfffe4cc2d83bd503d675bfee3a0a2 authored about 11 years ago
Merge pull request #480 from mbp/invariantculture-for-xml-serializer

Use InvariantCulture for XmlSerializer

516c4a296b3ff7973ef8f97045336a96ff9e3517 authored about 11 years ago
Serialize numbers with invariant culture.

12d28ddc98239c24707cd3018ac32a8ee8e805d0 authored about 11 years ago
Serialize DateTime and bool with InvariantCulture.

926bc9baf274f643b2cfc6a6d898f26265385102 authored about 11 years ago
Merge pull request #473 from roqz/master

Added PreAuthenticate Property

dc4feb209660faba713404f3ebcf6ea7bec0e966 authored about 11 years ago
Fixed spaces

3bb3d8edc57286effc07f198ad00d4afb9978685 authored about 11 years ago
Merge pull request #477 from mbp/populate-errorexception

Remember to map ErrorException along with other properties

4c32a14a97e7f89eaf72b3dc89b9cfdad61f4592 authored about 11 years ago
Remember to map ErrorException along with other properties

ca961deb317d659970067d8834b0d94c5a3d4dd8 authored about 11 years ago
Added PreAuthenticate Property

Added PreAuthenticate Property to RestClient and Http to be able to set
this on the HttpWebReque...

d6030a1ae39770958891be47910c1c91f7489565 authored about 11 years ago
Merge pull request #472 from josh-ak/ReadWriteTimeout

Expose HttpWebRequest ReadWriteTimeout to client

4232107af720eee425ec506ca1d8077cef384db7 authored about 11 years ago
Expose HttpWebRequest property, ReadWriteTimout

Allow user to set ReadWriteTimeout...a parameter that otherwise default
to 5 minutes. Convert sp...

8ac74e903ebad38c5fe56703f0017604ccc2a1d4 authored about 11 years ago
Expose HttpWebRequest property, ReadWriteTimeout

Allow the user to set ReadWriteTimeout...a parameter that otherwise
defaults to 5 minutes.

f47628e73dc1f37a27ad3358988490013173b77e authored about 11 years ago
Added support for JsonArray deserialization

3586cf8fbabcfa9ca39938967c98689d610503a6 authored about 11 years ago
Merge pull request #470 from perlun/patch-1

Update readme.txt

cbe1480c4c92c9e7ec6233442136c55134bf8f80 authored about 11 years ago
Update readme.txt

This one has bugged me for a while, since the previous version is blatantly untrue. This is at l...

94af5ccd681e90b17a6ea344c7a6a667c4855c20 authored about 11 years ago
Merge pull request #467 from arangas/enum-type-parsing

Deserialization for enums of any type

ccdb5d193c150a950c18ac8742fedf5e5152c926 authored about 11 years ago
Support for enums of any available enum type

b1670cda66b42b0bd7c8583390a71e7d1087cce8 authored about 11 years ago
Added tests for deserializing different enum types

This demonstrates a bug where int is always assumed as enum type.

7689170b2575b75be7f26f8db294c8aef38ecb4c authored about 11 years ago
Merge pull request #461 from chribben/delete-request-with-body

Sending a DELETE reqeust asynchronously with a request body from the cli...

9985f6ce4a589960c38dffc798e9531db8a56b90 authored about 11 years ago
Sending a DELETE reqeust asynchronously with a request body from the client didn't actually include the body. This is now fixed so that the body is now in fact included in the request

c39e547a8c57657d6012a53617a93261ccada915 authored about 11 years ago
Merge pull request #460 from restsharp/haacked/fix-default-user-agent

Default user agent should be name/version

f547b91fd0b0615098743bf5ef99047d1748ed75 authored over 11 years ago
Default user agent should be name/version

36a68d8ce353b8aa5f8d45dfd1f51e539121a846 authored over 11 years ago
Merge pull request #456 from restsharp/Haacked-patch-2

Update version to 104.4

fb79f9fe30c54fd51da7d21ebd1b1811210483e7 authored over 11 years ago
Update version to 104.4

This includes a feature that allows specifying whether or not to use default authentication.

6b56a1b39420d2ecbdb6a07da97be3e407d68dc2 authored over 11 years ago
Merge pull request #455 from ecraft/CustomUseDefaultCredentials

Added support for UseDefaultCredentials

0def84ba35e0cfda2c0649b27d3f99093d751417 authored over 11 years ago
Fixed whitespace... Was spaces by mistake.

6c3f31423c39897adc9500b850edacbae7e538db authored over 11 years ago
Implemented the support for UseDefaultCredentials in the various layers involved. Note that the integration tests currently only tests the Http.Sync.cs implementation - an async test could also be added if needed.

03eb13c23ebe205eeda7c31b49ec52c927525a92 authored over 11 years ago
Faking "after-the-fact" testing to look more TDD than it actually was. ;) Added a new IRestRequest & RestRequst UseDefaultCredentials property, which does what its name implies.

bbf036a632482caac0483bdd5f8b5649c0e82ce5 authored over 11 years ago
Added support for custom AuthenticationSchemes, to be able to test the upcoming Windows Authentication support.

192f8c10a213c22772058dd7c39437e027a62d5a authored over 11 years ago
Added TODO which someone could (and perhaps should) look into at some point.

dc5c3d669d0e3efd26f37b0bfdcdf3ba898507b7 authored over 11 years ago
[Slightly OT...] Fixed very minor spelling error.

80f91b0cb827700ca1b85ae73713b92217ed4ded authored over 11 years ago
Merge pull request #446 from mafifi/master

A test for restsharp/RestSharp#234. No code changes required, unit test...

04f9404bf1fe932e3f0b80c92dc0d8cc7ac7bcb6 authored over 11 years ago
A test for restsharp/RestSharp#234. No code changes required, unit test passes with latest branch of code.

088c0118768f0bc9c3efd29e707041c9879dfc8c authored over 11 years ago
Add Meta solution folder

0595e5013d7059802e6b8da90ebbbb2349a37143 authored over 11 years ago
Add release notes for 104.3.3

c6f30c8c4e983a753743e40ac14ab3e10589ac5d authored over 11 years ago
Merge pull request #442 from hahmed/patch-1

IRestResponse<T> instead of RestResponse<T>

00ab7b2bd37ece57113460b3fd1aa025ec43d344 authored over 11 years ago
IRestResponse<T> instead of RestResponse<T>

Makes it easier for someone picking up the examples to get this to work :)

612cbc1e6e456bd509675d95269b9f228c835112 authored over 11 years ago
Update version to 104.3.3

bcad3511b3d9fe60bdb519bbcc94f31d03a1ae7a authored over 11 years ago
Merge pull request #439 from davidgrupp/master

Added support to JsonDeserializer for deserializing a Dictionary to a Dictionary<String,List<T>>

d834b726844ce46b62505931d605b2e4de9c0c5b authored over 11 years ago
Merge pull request #441 from restsharp/Haacked-patch-1

Increment RestSharp PATCH version

9ca7557c93f330f12fd7a763e3a1317585d15646 authored over 11 years ago
Increment RestSharp PATCH version

d086b47c5f53159c8abc046975ae0688ace00b14 authored over 11 years ago
Merge pull request #440 from robertmiles3/escapedatastring-limit-fixer

UrlEncode fix for input strings > 32766 limit

86a54f60751b313e737777e53e084a2b8bb6db0f authored over 11 years ago
Unit Tests for UrlEncode limit fix

66d151f51711491f63b3852a75a780eed101014d authored over 11 years ago
UrlEncode fix for input strings > 32766 limit

Initial code by @jeffthieleke-wf with my additions of null parameter
check, correct maxLength of...

54a4d1508bf388001c2c2b7d1a77fa7c10d21ea3 authored over 11 years ago
updated JsonDeserializer to handle Dictionarys<String,List<T>> by just calling BuildList method which fixed confusion around list of lists.

Also updated the sample data to more clearly show lists vs list of lists

faa3e4224cb37b656757221882a7987b8126c5dc authored over 11 years ago
fixed BuildDictionary in JsonDeserializer to add all elements from the JsonArrays

07229beeaee512ea30c559eca2f3da34276fe3cc authored over 11 years ago
added unit test for deserializing a Dictionary<String,List<T>>

a13238ccf6f515ea6581184faa0b51eac480e060 authored over 11 years ago
fixed build error in JsonDeserializer when building dictionaries

fa812cf0cca28623bb7a799ea343e255c19a3c80 authored over 11 years ago
added support for deserializing a dictionary's values to a list

b28e7f80bfa17791f04806de83dda6e7feeed2e1 authored over 11 years ago
Increment version

4f90124b5b8d9c647163142b39870938fec11552 authored over 11 years ago
Merge pull request #437 from devinrader/master

All all HTTP responses to be deserialized

3a174c552d0574c0b6c9703d32cb6402846170c3 authored over 11 years ago
Code formatting fixes

45b9605d5f4fbc451be1cb4e53f3e1a040f1ba55 authored over 11 years ago
Untabbify the things

6d882f0896e8e2b3d2f0dec3fedf4962101e9f21 authored over 11 years ago
Updated RestClient to deserialize objects except in cases of non-protocol errors

e85c1a4e58d82a572b341658a1e43510db7b59d7 authored over 11 years ago
Fixing regex to allow non-prerelease version numbers

d2776a5dc780e5b43986d30701f035d81f397335 authored over 11 years ago
added project which targets windows phone 8

2e3e22949e84872d0a53b1f25c8a3648e31894f8 authored over 11 years ago
Merge pull request #433 from oysteinkrog/enable_asynctask_monodroid_and_monotouch

Enable async/task extensions for monodroid and monotouch

30cd8ef3019222aafa012bb34391ca65a9130d2a authored over 11 years ago
Enable async/task extensions for monodroid and monotouch

f6ebdb7cbff95e15baaf94d01366bc4cf2157653 authored over 11 years ago
Merge pull request #430 from topas/master

XmlDeserializer shoud be parent class of XmlAttributeDeserializer

159ab125aac7c8b8003c1eaea1495b317502879b authored over 11 years ago
XmlDeserializer shoud be parent class of XmlAttributeDeserializer

8446a4ace7a4fdf821e1ff411981fd27f75517b6 authored over 11 years ago
Merge pull request #429 from rlyczynski/BoolFromIntDeserialization

JsonDeserialize : int to bool

fb68cad124e4fafb29d4e614ce4b54737ba5f5f7 authored over 11 years ago