Ecosyste.ms: OpenCollective

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

RestSharp

Simple REST and HTTP API Client for .NET
Collective - Host: opensource - https://opencollective.com/restsharp - Website: https://t.co/ph6iVgsVhT - Code: https://github.com/restsharp/RestSharp

JsonDeserialize : int to bool

github.com/restsharp/RestSharp - 02a978b53bc2b03046d40f128d5ca3acd067358c authored over 11 years ago by unknown <[email protected]>
Merge pull request #428 from BrunoMVPCosta/master

Allowing querystring parameters for POST requests.

github.com/restsharp/RestSharp - 4c3b2e9a2538ee7eb9f6d9efa948eee3e11d3a57 authored over 11 years ago by Phil Haack <[email protected]>
Fix indentation

github.com/restsharp/RestSharp - b104eac15db1ec2ecb63d622839b10b141ad73bf authored over 11 years ago by Bruno Costa <[email protected]>
Added support for querystring parameters for POST requests

github.com/restsharp/RestSharp - d00ac62cd47a8dd0302ee7a85b693aee8d8fd8cb authored over 11 years ago by Bruno Costa <[email protected]>
Update NuGet

github.com/restsharp/RestSharp - 1be9a2d687046daf0e123423a9634dd59255bcca authored over 11 years ago by Haacked <[email protected]>
fix using in Windows Phone project

github.com/restsharp/RestSharp - 7aa9cf4fc66e69b7684ae8a6faf84f03e4c3b66f authored over 11 years ago by Haacked <[email protected]>
Merge pull request #422 from restsharp/Release-104.2

Preparing 104.2.0 release

github.com/restsharp/RestSharp - e69d283782a0942346fe287031920b6698fdd912 authored over 11 years ago by Phil Haack <[email protected]>
Remove the beta tag

github.com/restsharp/RestSharp - a9f9b0406355cd851e7ec0875cbfd53ddcf82a23 authored over 11 years ago by Haacked <[email protected]>
Update release notes for 104.2.0

github.com/restsharp/RestSharp - fa200c5dc3c6de2b5f1583144dcaf4b92c528fa7 authored over 11 years ago by Haacked <[email protected]>
Merge pull request #427 from restsharp/haacked/423-awaitable-async

Provide Task<IRestResponse<T>> methods

github.com/restsharp/RestSharp - d321bd55648fe6befe1dbc7aba5c8dda026596a3 authored over 11 years ago by Phil Haack <[email protected]>
Provide Task<IRestResponse<T>> methods

Also provided simpler extension methods when you don't care about the
response info and just wan...

github.com/restsharp/RestSharp - 4ffcc7c3f4ec4dc0862205949bceb5b69445fd94 authored over 11 years ago by Haacked <[email protected]>
Merge pull request #426 from restsharp/delete-options-request-body

Delete options request body

github.com/restsharp/RestSharp - a2e5bc84dfc9cceba12fa03f5b84ee7ef435373f authored over 11 years ago by Phil Haack <[email protected]>
Merge if statements

github.com/restsharp/RestSharp - 8ae623515b61c153a77d46888314d1ae3d02d2fa authored over 11 years ago by Haacked <[email protected]>
Convert spaces to Tabs

github.com/restsharp/RestSharp - a8a31edd4aa65dbb8737f5ce08db3dae8a785606 authored over 11 years ago by Jesse Webb <[email protected]>
RequestBody now supported by DELETE and OPTIONS

github.com/restsharp/RestSharp - 7d4674da9485d4e6e6d8b9086aad180d22176155 authored over 11 years ago by Jesse Webb <[email protected]>
Update build.bat

github.com/restsharp/RestSharp - e8754e74271a9bd6df1090cda432b9a2c9f424b4 authored over 11 years ago by Devin Rader <[email protected]>
Remove package entry for long gone package

github.com/restsharp/RestSharp - 46d85b6151161928eea541c3dd1923f4523f9f0c authored over 11 years ago by Haacked <[email protected]>
Upgrade xunit to 1.9.1

github.com/restsharp/RestSharp - 888c3236c8c299db6d220d268c9933ceb0c3b6e6 authored over 11 years ago by Haacked <[email protected]>
Fix hintpath for xunit

github.com/restsharp/RestSharp - 6a443bdf219ab2dcd913486604d685d7a2051f45 authored over 11 years ago by Haacked <[email protected]>
Merge pull request #419 from restsharp/more-cleanup

More cleanup

github.com/restsharp/RestSharp - d15f0a835165b6c99710c577b16ad48efbc388e5 authored over 11 years ago by Phil Haack <[email protected]>
Treat warnings as errors

C'mon! This ain't no amateur hour! :trollface:

github.com/restsharp/RestSharp - 38cd01f6b9bbf248aec537c880b3f30ff79bb8c6 authored over 11 years ago by Haacked <[email protected]>
Fix broken unit test

If the response is a bad request, we should probably not have anything
in the request message.

github.com/restsharp/RestSharp - 9b423a8830983de9b88490cabf7b647717a58a77 authored over 11 years ago by Haacked <[email protected]>
Fix bad matching xml tag

github.com/restsharp/RestSharp - 515acdcc03e6366d9a043b78e29ac4ab594f0dc3 authored over 11 years ago by Haacked <[email protected]>
Fix warning in XmlAttributeDeserializer

github.com/restsharp/RestSharp - da234191bb70521d717ca81e389accb9b3121378 authored over 11 years ago by Haacked <[email protected]>
Fix tests which need to factor in SemVer

I don't plan on using crazy semver pre-release versions yet so I made
the regex very simple.

github.com/restsharp/RestSharp - 35154c975d31815174d4248b03c7472b01a042e0 authored over 11 years ago by Haacked <[email protected]>
More comment warning suppressions

github.com/restsharp/RestSharp - b0cd9ab10216eac3805569caeaf51a5634323474 authored over 11 years ago by Haacked <[email protected]>
More warning suppressions

github.com/restsharp/RestSharp - 0777793f73611f008744335aa16c3640958e448c authored over 11 years ago by Haacked <[email protected]>
Fix integration test suppression

github.com/restsharp/RestSharp - ce58894633ff200053b58e17b871ac393b9a0fee authored over 11 years ago by Haacked <[email protected]>
Ok, I need to pay more attention

github.com/restsharp/RestSharp - bac9eedba3919e0e3035b814d082d797d2390175 authored over 11 years ago by Haacked <[email protected]>
Fix warning suppression

github.com/restsharp/RestSharp - e0a9258259e36cbed13f99c7ec395bf2b5414eaa authored over 11 years ago by Haacked <[email protected]>
Also no type descriptors in windows phone

github.com/restsharp/RestSharp - 56bf81eb1f19061de1386ab4ad3c8cc36ffba9c7 authored over 11 years ago by Haacked <[email protected]>
Merge pull request #418 from restsharp/silverlight-fixes

Silverlight fixes

github.com/restsharp/RestSharp - 9c8d1cdb4941ccafe6bcd922e76a9126a703c449 authored over 11 years ago by Phil Haack <[email protected]>
Suppress warnings about missing xml comments

github.com/restsharp/RestSharp - 67b2d79a444835a96fd1a52faa0e5d17c9f0b370 authored over 11 years ago by Haacked <[email protected]>
Fix broken silverlight build

github.com/restsharp/RestSharp - 545bf06e9efea428c0e65f71a7ec146e4c7a352f authored over 11 years ago by Haacked <[email protected]>
Merge pull request #417 from restsharp/Release-104.2.0-beta

Beta package

github.com/restsharp/RestSharp - 90704f21b6b0a2144eda3670e8b6770947072254 authored over 11 years ago by Phil Haack <[email protected]>
Beta package

github.com/restsharp/RestSharp - a902af5d75c17c8e198c83f6ac773c4fff4b198b authored over 11 years ago by Haacked <[email protected]>
Merge pull request #415 from restsharp/mygetbuild

Added build.bat for myget builds

github.com/restsharp/RestSharp - 1a92f7f97173dd3f9794076a35e1bd15d9d42b2f authored over 11 years ago by Phil Haack <[email protected]>
Commented out the failing unit test run

github.com/restsharp/RestSharp - d8a5234b6bdf10745d515a32c605573b498a56db authored over 11 years ago by Devin Rader <[email protected]>
more dumb fixes

github.com/restsharp/RestSharp - d3a03c597908209df9f902aa35d85f1d166ef0d7 authored over 11 years ago by Devin Rader <[email protected]>
Fixed test project name typo

github.com/restsharp/RestSharp - da97f101b75e4dbf8498cd5df84734b651071320 authored over 11 years ago by Devin Rader <[email protected]>
Renamed to bat and added unit tests

github.com/restsharp/RestSharp - 4e50d757b411d41748551b4f4f9e321957628461 authored over 11 years ago by Devin Rader <[email protected]>
Adding myget build.bat file

github.com/restsharp/RestSharp - 5007ba8167b48e5ea66f16a56e3d4865fdd60ee4 authored over 11 years ago by Devin Rader <[email protected]>
Merge pull request #413 from restsharp/gitattributes

Add gitattributes and fix line-endings

github.com/restsharp/RestSharp - 3d03eec91172d5967d97051a8f1699c415c4946d authored over 11 years ago by Phil Haack <[email protected]>
Add gitattributes and fix line-endings

See folks. THIS IS WHY WE ALWAYS ADD A .gitattributes FILE!

github.com/restsharp/RestSharp - 428e664d121daa2a9d6db376948f3042d38097a9 authored over 11 years ago by Haacked <[email protected]>
Merge pull request #411 from restsharp/cleanup

Remove double cast when one will do

github.com/restsharp/RestSharp - a3c903b8ddb90c9545e8219a230d9bf99ee15a1e authored over 11 years ago by Phil Haack <[email protected]>
Remove double cast when one will do

github.com/restsharp/RestSharp - e9bff6aed5628874087d77eda64c41b8475ec50f authored over 11 years ago by Haacked <[email protected]>
Merge pull request #380 from ixkor/FastAbortBug

Fix bug with no setting ResponseStatus.Aborted if the request was aborted just after starting.

github.com/restsharp/RestSharp - 272e6e9192145cb20d13f371ad79a37d01f77ba9 authored over 11 years ago by Phil Haack <[email protected]>
Merge pull request #409 from restsharp/update-simplejson

Upgrade SimpleJson to 0.26.0

github.com/restsharp/RestSharp - 14c0e61dc86a9edbd7581146b9476da7444311fd authored over 11 years ago by Phil Haack <[email protected]>
HWHOOPS! Remove merge markers

github.com/restsharp/RestSharp - 315c01fd966623b13424ce6376ad99af9aab32c4 authored over 11 years ago by Haacked <[email protected]>
Merge pull request #410 from restsharp/object-with-primitive-value-fix

Object with primitive value fix

github.com/restsharp/RestSharp - 06f1d50150724f8b03f628e24209e748f6c1bc21 authored over 11 years ago by Phil Haack <[email protected]>
Adding unit test to check if property of type object but with primitive value is been deserialized without throw InvalidCastException

github.com/restsharp/RestSharp - a19f681ab57271990e596fd3defe38e752bd3472 authored over 11 years ago by Alberto Chvaicer <[email protected]>
checking if type is System.Object but with a primitive value on deserialization

github.com/restsharp/RestSharp - 4505c6a825b8c543d708017aa5b84bd4b801eee4 authored over 11 years ago by Alberto Chvaicer <[email protected]>
Upgrade SimpleJson to 0.26.0

github.com/restsharp/RestSharp - 61d16dc23cfcf406eb2d2961f89c671f7f540dd7 authored over 11 years ago by Haacked <[email protected]>
Merge pull request #408 from scottschluer/fix-json-error

Fixed reference to incorrectly named object

github.com/restsharp/RestSharp - 6230c1846bb8360240c6abb47948e5008f9d5629 authored over 11 years ago by Phil Haack <[email protected]>
Fixed reference to incorrectly named object

github.com/restsharp/RestSharp - 22402c698b88b0f84cd4182b56e540461e372f5b authored over 11 years ago by Scott Schluer <[email protected]>
Merge pull request #351 from Caliper/master

Fixed skipping of XAuth parameters with UrlOrPostParameters

github.com/restsharp/RestSharp - 4244775241dc115a7e716f80f9ba011b87747983 authored over 11 years ago by Phil Haack <[email protected]>
Merge pull request #407 from restsharp/datetimeoffset-support

Datetimeoffset support

github.com/restsharp/RestSharp - 15e6efb5384d8f76bc1be6fa432f6f0793da9893 authored over 11 years ago by Phil Haack <[email protected]>
Fixed indentation

RestSharp uses tabs instead of spaces. Oy!

github.com/restsharp/RestSharp - ec4405adeff43f1c89b6d45e5e07086e4ade466f authored over 11 years ago by Haacked <[email protected]>
Fixed Indentation

github.com/restsharp/RestSharp - c398ea1fa87b405c891d6960a5e0be16b1e35e2f authored over 11 years ago by Eamon Hetherton <[email protected]>
added fallback option for datetimeoffset objects that can't be deserialised by XmlConvert

github.com/restsharp/RestSharp - 0ef75b0c9b1ad1e388a36afe725265ec0646b40e authored over 11 years ago by Eamon Hetherton <[email protected]>
Add TypeConverter fallback option

github.com/restsharp/RestSharp - 7b4da75afa0e15f5e235dc7b6afbe1781a82756d authored over 11 years ago by Eamon Hetherton <[email protected]>
Added unit Test for DateTimeOffset XmlDeserialization

github.com/restsharp/RestSharp - 0db7b9c8e1d0ec694a9aa01b33f2fe8dbd0f98c8 authored over 11 years ago by Eamon Hetherton <[email protected]>
Ignore empty string values

github.com/restsharp/RestSharp - 3399efaa3790fc26ba40ba9939c2354a653724e8 authored over 11 years ago by Eamon Hetherton <[email protected]>
Add support for DateTimeOffset to XmlDeserializer

github.com/restsharp/RestSharp - a63e84ce1b9080bcc20cb1add6d7a319b9c1c1c4 authored over 11 years ago by Eamon Hetherton <[email protected]>
Merge pull request #361 from scottschluer/serialize-list

Added support for serialization for classes containing IList properties

github.com/restsharp/RestSharp - 405ff6c39330ddbcdfbf70436f12a2f167f7bc52 authored over 11 years ago by Phil Haack <[email protected]>
Fixed whitespace issues

github.com/restsharp/RestSharp - 5b540931eeeb1d1ec5ac036a68fada5e5a0a2020 authored over 11 years ago by Scott Schluer <[email protected]>
Merge pull request #376 from Naliath/master

Preventing System.NullReferenceException when deserializing invalid responses

github.com/restsharp/RestSharp - a86b254859082969556cea8ce92766993f7b983a authored over 11 years ago by Phil Haack <[email protected]>
Missed one indent...

github.com/restsharp/RestSharp - 4d227a38633043f767396a0f4c0890fb36b8921e authored over 11 years ago by Naliath <[email protected]>
Changed indentation to tabs

github.com/restsharp/RestSharp - 6204672062810ac3926b7664d9c497522e5c93bf authored over 11 years ago by Naliath <[email protected]>
Added additional HTTP Status codes as valid responses

github.com/restsharp/RestSharp - 0fe0fa13ad942886199390f1cfd3afec5ec6f2dd authored over 11 years ago by Naliath <[email protected]>
Fix up indentation

github.com/restsharp/RestSharp - 2af151cd416d346e1abb5e48646a9e83dba8edd5 authored over 11 years ago by Haacked <[email protected]>
Merge pull request #385 from meixger/master

Implemented multipart/form-data POSTS with only parameters and without files.

github.com/restsharp/RestSharp - 60aa64fb34af22fc1c211284a75b580a731ea534 authored over 11 years ago by Phil Haack <[email protected]>
Added unit test for deserializer change

github.com/restsharp/RestSharp - 21c0c8d6dab0006adee0ffbba1befbf1698f1574 authored over 11 years ago by Naliath <[email protected]>
Merge pull request #367 from ErikSchierboom/issue-366

Add Task<T> overloads to ExecuteAsync

github.com/restsharp/RestSharp - a15a9a21e6d3b0b502de1f80f14dd331ae6d5121 authored over 11 years ago by Phil Haack <[email protected]>
A couple more tab/space fixes

github.com/restsharp/RestSharp - c8547c69d0d46fe0d27953de78051379dcb92d0e authored over 11 years ago by Scott Schluer <[email protected]>
Fixed tab/space issues

github.com/restsharp/RestSharp - d04826c18d2012b8962ada59e381d22d24dabf0d authored over 11 years ago by Scott Schluer <[email protected]>
Fix client certs on Mono part 2

Second part to fix #396

github.com/restsharp/RestSharp - d6c45afcb1a94d6b07566b17d7c13c687ed1b7df authored over 11 years ago by Haacked <[email protected]>
Fix indentation

github.com/restsharp/RestSharp - 99463354ef52e480e8edb5f379821c33984c723c authored over 11 years ago by Haacked <[email protected]>
Merge pull request #396 from nover/master

Fixed ClientCertificate NotImplementedException on mono runtime.

github.com/restsharp/RestSharp - a28a2a0659109b878b1dd0618741fe72a3d4b8ea authored over 11 years ago by Phil Haack <[email protected]>
Added null reference check to RestClient constructor

github.com/restsharp/RestSharp - 2e3595bcd55835d9ecccdc9a3f6343a7f78bded6 authored over 11 years ago by Scott Schluer <[email protected]>
Merge pull request #402 from pasho/master

A hacky fix for the decimal parse error which happens for very small numbers like "0.00005557". ...

github.com/restsharp/RestSharp - 68f120622b60602f619b78e9ab0d51a91ca7529a authored over 11 years ago by Phil Haack <[email protected]>
Merge pull request #405 from pseudomuto/auto_package_and_version

fix for #378 auto-package and version

github.com/restsharp/RestSharp - 9e7712e9fa1eda2743fc6015b1db9b19d713d2a7 authored over 11 years ago by Phil Haack <[email protected]>
Added parameter checks for NULL values

github.com/restsharp/RestSharp - 5583a75bd0b982f9e15d74fcfb52e9bedb49f97b authored over 11 years ago by Erik Schierboom <[email protected]>
Merge pull request #406 from devinrader/master

Changed JsonDeserializer to look for and honor DeserializeAs attribute

github.com/restsharp/RestSharp - b60f2dd2db029d4a53b8bee496a74ddcaf4d3763 authored over 11 years ago by Phil Haack <[email protected]>
Tabify all the things

github.com/restsharp/RestSharp - 434ed63311953e249eb9b9f0001715aee1ce9a1b authored over 11 years ago by Devin Rader <[email protected]>
Tabified and cleanup up comments

github.com/restsharp/RestSharp - e84124731cbcc54d68035b41199d810b7bdc0f62 authored over 11 years ago by Devin Rader <[email protected]>
Changed JsonDeserializer to look for and honor DeserializeAs attribute

github.com/restsharp/RestSharp - d5667f967e21294b410ddc66a5a942a16fd7d0c8 authored over 11 years ago by Devin Rader <[email protected]>
Merge pull request #397 from davidcollie/master

Don't strip trailing slash when adding query parameters as per RFC1738 a...

github.com/restsharp/RestSharp - e2cd1385db56e53d4c850e3e618bfa629547290f authored over 11 years ago by Phil Haack <[email protected]>
removing hardcoded version number from tests

I had added 104.2.0 as the expected value which would break the tests with future versions. It h...

github.com/restsharp/RestSharp - 1b7eab89fa519bd0dcdefaa5ad048ebcaaae7ff2 authored over 11 years ago by David Muto <[email protected]>
Moving build task into separate project

The assembly kept getting locked preventing me from rebuilding. Now when you run package.cmd, it...

github.com/restsharp/RestSharp - 318d543e415666fb796285fd5228d816148f3ab3 authored over 11 years ago by David Muto <[email protected]>
adding NuSpecUpdateTask to RestSharp.csproj

github.com/restsharp/RestSharp - a7bbb3a594e9cdc773470e5d85074d1d168edf80 authored over 11 years ago by David Muto <[email protected]>
adding custom build task

github.com/restsharp/RestSharp - 0d2b4e4c9f307ab5758f8c1cb3fd062aa0cf19fe authored over 11 years ago by David Muto <[email protected]>
removing msbuildtasks package

github.com/restsharp/RestSharp - 26776a92d2cdbc938213e6dde915a2e9c68d5575 authored over 11 years ago by David Muto <[email protected]>
Revert "moving version into a single spot"

This reverts commit 027a67719414c14778c94e00fa3175841ddd2b10.

github.com/restsharp/RestSharp - 811826ddc3fb209012ffa66229654e5e087388d8 authored over 11 years ago by David Muto <[email protected]>
adding xmlupdate task to update version in .nuspec file

github.com/restsharp/RestSharp - 085a14a52748127685c54152d86b12bfa73079f3 authored over 11 years ago by David Muto <[email protected]>
moving version into a single spot

github.com/restsharp/RestSharp - 027a67719414c14778c94e00fa3175841ddd2b10 authored over 11 years ago by David Muto <[email protected]>
Fixed the indentation in the JsonDeserializer.cs

Added a unit test which reproduces the issue.

github.com/restsharp/RestSharp - cd369aa4e94a56b3f14fe476c34357d6b56abd2f authored over 11 years ago by pasho <[email protected]>
A hacky fix for the decimal parse error which happens for very small numbers like "0.00005557"

A simple program which recreates the error:
using System;
using RestSharp;

namespace RestSh...

github.com/restsharp/RestSharp - 9f3942a50e512564c9aadf9bf51c99de3b79c7b8 authored over 11 years ago by Pavel <[email protected]>
Added unit tests for task-based async methods

github.com/restsharp/RestSharp - dfd18ba0631322fcf46062fd77ba0481c0c1f0d0 authored over 11 years ago by Erik Schierboom <[email protected]>
Throw an exception when ExecuteTaskAsync fails

github.com/restsharp/RestSharp - 43d41ce9b5105ea7b05a34f66c5697a05261d41f authored over 11 years ago by Erik Schierboom <[email protected]>