Ecosyste.ms: OpenCollective

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

github.com/reactiveui/refit

The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
https://github.com/reactiveui/refit

`OptionsWithBodyDetected` removed

b44e75a8e3dbd020672be5ff33479ca479075bd5 authored almost 6 years ago by Felipe Baltazar <[email protected]>
Options Attribute

- `OptionsAttribute` has been created;
- Test **HttpMethod** name for `OptionsAtrtibute`;

8db866b9c60eaf7126a4889eefaa257654d8cfbd authored almost 6 years ago by Felipe Baltazar <[email protected]>
Merge branch 'master' into master

f3cdd66b3682c092ff771e4d7932e0aad2b492a3 authored about 6 years ago by Oren Novotny <[email protected]>
Initial WhiteSource configuration file

01dee3941ad1f4057dd4716722d230d3a8dfd360 authored about 6 years ago by whitesource-bolt-for-github[bot] <whitesource-bolt-for-github[bot]@users.noreply.github.com>
Merge pull request #590 from stevewgh/custom-serializer-bug

Fixed deadlock when serializing content

846f5f828b226b5e6e21565f1344fd8ed0353e1e authored about 6 years ago by Oren Novotny <[email protected]>
Fixed deadlock when serializing content + added test coverage.

4fe01b30ea4c27dbc4605b3c36a084b0c0f4793c authored about 6 years ago by Steve Ward <[email protected]>
Merge pull request #584 from MariusVolkhart/mv/multiForm

Add support for url form encoding collections

3fce69b9a7a59a98cf607c7e5c62876e4dcd1165 authored about 6 years ago by Oren Novotny <[email protected]>
Merge pull request #586 from MariusVolkhart/mv/improveErrorMessaging

Provide additional information during errors

0960ce093c42a56924f488514cf4689e0b3c7328 authored about 6 years ago by Oren Novotny <[email protected]>
Merge pull request #571 from stevewgh/custom-serializers

Isolated Content Serialization

48208e879687e64504c6d659c0f435a466a07e35 authored about 6 years ago by Oren Novotny <[email protected]>
Provide additional information during errors

This ought to help developers diagnose where the error occurred. The current stack trace provide...

3b678e4eb1a987aace4c5912fa443e0c89877519 authored about 6 years ago by Marius Volkhart <[email protected]>
!fixup 303a3578bb11e1f5053360a367e029e6ab489306

- Remove FormValueMultimap indexer. This had a larger than necessary risk of being misused and i...

c63b62c7164a70a32fa74c7dcfbd50fd4b23b534 authored about 6 years ago by Marius Volkhart <[email protected]>
!fixup dfdad56b01cd9fd8cdb314ded52ed5abfd4ad374

- Braces on new lines
- Rename FormValueDictionary -> FormValueMultimap

303a3578bb11e1f5053360a367e029e6ab489306 authored about 6 years ago by Marius Volkhart <[email protected]>
Merge pull request #585 from MariusVolkhart/mv/docs

Expand XMLDocs for QueryAttribute and CollectionFormat

4efa19c810c92b67f1f7f965cb201a47b102874f authored about 6 years ago by Oren Novotny <[email protected]>
Made IContentSerializer.SerializeAsync generic

cc05c3a9feea80200309f40beed9cbe4b304883f authored about 6 years ago by Steve Ward <[email protected]>
Expand XMLDocs for QueryAttribute and CollectionFormat

f4d83d8410c2a8a1cf2e3a01c0cbf1c608b25309 authored about 6 years ago by Marius Volkhart <[email protected]>
!fixup Add support for url form encoding collections

dfdad56b01cd9fd8cdb314ded52ed5abfd4ad374 authored about 6 years ago by Marius Volkhart <[email protected]>
Add support for url form encoding collections

When form encoding objects that have a property that is an IEnumerable type, use the QueryAttri...

8a01a1a3ea3161086e39d10e7c670e73a5173243 authored about 6 years ago by Marius Volkhart <[email protected]>
Added missing ConfigureAwait(false)

babaed0dd77d226dd404f6902db2a0d5734baf3e authored about 6 years ago by Steve Ward <[email protected]>
Added missing ConfigureAwait(false) & fixed deadlock on ValidationApiException.Content

6d3a5f474267aadbee05ce226e9b85150d5401a4 authored about 6 years ago by Steve Ward <[email protected]>
Changes made in response to PR feedback

IContentSeriaizer
- all methods made async
- removed 2nd deserialize method
- type safe operatio...

7a387ed26dc21222b122eb86db5278e255981270 authored about 6 years ago by Steve Ward <[email protected]>
Merge branch 'master' into custom-serializers

89a2c34ec7d989b601bf15dff4e9cafb3fc3326d authored about 6 years ago by Oren Novotny <[email protected]>
Merge pull request #581 from Styxxy/preserveattribute-namespace

Conflicting PreserveAttribute when using InternalsVisibleTo

c14b2c265e3ebb1f72915ec44e8ea73ef136fed4 authored about 6 years ago by Oren Novotny <[email protected]>
Merge branch 'master' into preserveattribute-namespace

9a3837a8b346cd954c4385b391f8eafd44e082c5 authored about 6 years ago by Hans De Mulder <[email protected]>
Isolated Content Serialization continued

- Added Obsolete attributes
- Added Serialized enum as a generic replacement of JSON enum
- Up...

741b7b6b61c3be66ac28c442bd637bc1e3dacbcc authored about 6 years ago by stevewgh <[email protected]>
Isolated Content Serialization

- Added IContentSerializer, JsonContentSerializer, XmlContentSerializer
- RefitSettings allows th...

27d6fb48655d02d78ac8f425a70bf6cefe063069 authored about 6 years ago by Steve Ward <[email protected]>
Merge pull request #578 from faniereynders/master

Implement RFC 7807 to support Problem Details in bad validation requests

dc69773a31014142567865d1d8cd9f83147d2666 authored about 6 years ago by Oren Novotny <[email protected]>
Update ProblemDetails.cs

eedf0955b63450fbe528123c62be2ecba417fc32 authored about 6 years ago by Fanie Reynders <[email protected]>
Merge pull request #580 from Styxxy/response-headers

ApiResponse property ContentHeaders

7fdda353bcb0b3101dff2c889a6462dc4a1641de authored about 6 years ago by Oren Novotny <[email protected]>
PreserveAttribute in RefitInternalNamespace

d1df23f186ae7f0ce2f21412c220606697ef672e authored about 6 years ago by Hans De Mulder <[email protected]>
add contentheaders to ApiResponse

14dc26d29c8e4a916ae8196115ff1e783170b88b authored about 6 years ago by Hans De Mulder <[email protected]>
Updated readme

5564f1bb4ef5021072bb3eda92b5428fcd4bb931 authored about 6 years ago by Fanie Reynders <[email protected]>
Merge branch 'master' of https://github.com/faniereynders/refit

c39e1ead64c40889d808a9195f3aad5c06f0febd authored about 6 years ago by Fanie Reynders <[email protected]>
added documentation

471764b15f3fd4f25100d0afd0a3f8c33a3afa6d authored about 6 years ago by Fanie Reynders <[email protected]>
Merge branch 'master' into master

6889d9aa4d146b79157ceded49914c478a3c9d98 authored about 6 years ago by Fanie Reynders <[email protected]>
Added support for handling validation-based exceptions according to the RFC 7807 specification.

2b89e4f7ad019de1b645162d4ca9c45475a9466d authored about 6 years ago by Fanie Reynders <[email protected]>
Update azure-pipelines.yml

026fcffd509e8cbe928de481097b8689f25374a9 authored about 6 years ago by Oren Novotny <[email protected]>
Merge pull request #564 from Styxxy/badges

add nuget & myget badges

3903967daeda5e38e0b9235c9ea7752d015e4655 authored about 6 years ago by Oren Novotny <[email protected]>
add nuget & myget badges

ee61a431f9717a0c19f3f50c9ebe452488c450b7 authored about 6 years ago by Hans De Mulder <[email protected]>
Update README.md

35327709f2cab261cbb10d13f6b93800954dc7af authored over 6 years ago by Oren Novotny <[email protected]>
Add serializable attribute

38961a7a5653ea72428a712561e641d7af9b5d6c authored over 6 years ago by Oren Novotny <[email protected]>
Merge pull request #561 from digitalfuller/httpclientfactory-with-generic-interfaces

Ensure Refit clients can be registered in the DI container for HttpClientFactory.

e7339a55728c6b174cf9b57fe5a62efc808020b9 authored over 6 years ago by Oren Novotny <[email protected]>
Ensure Refit clients that use generic interfaces can be registered in the DI container for HttpClientFactory.

fd9c419b6c5d9337a184d3c4cf204e6296ffad42 authored over 6 years ago by Gary Fuller <[email protected]>
Merge pull request #538 from Veikedo/master

fix early response stream closing.

db4fda97cea2a431d03f57a8f4c9b91869b24cc5 authored over 6 years ago by Oren Novotny <[email protected]>
Fix test to accomondate for additional method.

8de3fc35b192607d494e2d2d8f5661db69e04ef9 authored over 6 years ago by Oren Novotny <[email protected]>
Make it possible to get an API response error as a strong type

e2e797552b34f2071bc4833280cf3d61150d97bd authored over 6 years ago by Oren Novotny <[email protected]>
Ensure we default(T) in case of a struct

a5f44369ce16f91efc10d1f4f67f7199779179c0 authored over 6 years ago by Oren Novotny <[email protected]>
Merge branch 'master' into master

6aa3335bf1156c078bd8bf7ece00f4450d2c7e28 authored over 6 years ago by Oren Novotny <[email protected]>
Merge pull request #557 from reactiveui/trigger-update

Update code coverage and set file path filter

b9774bde247aeae0e3deb8ad5a93fc5b5bc32fdd authored over 6 years ago by Oren Novotny <[email protected]>
Update code coverage and set file path filter

aca6d5fc16327415e843d44f372b89b869ffc90c authored over 6 years ago by Oren Novotny <[email protected]>
Merge branch 'master' into master

76242fe1f232e50d875fd38c0f112f8e9aab8728 authored over 6 years ago by Oren Novotny <[email protected]>
Update and rename .azure-pipelines.yml to azure-pipelines.yml

335350c36fb209748863d5bac8a0bf5b85673aa8 authored over 6 years ago by Oren Novotny <[email protected]>
Merge branch 'master' into master

0ac31e54371643002174993537076b7d620f09d7 authored over 6 years ago by Oren Novotny <[email protected]>
Merge pull request #556 from reactiveui/build-update

update build yaml

329302e6f2ad3c32e32499531ea491cf3744020e authored over 6 years ago by Oren Novotny <[email protected]>
update build yaml

b84cd10b7e5cc73a192dababc01091948c8d7c38 authored over 6 years ago by Oren Novotny <[email protected]>
Merge pull request #554 from reactiveui/test

Update Directory.build.props

ec9d63605911e4d66f8ca1521d656a0c17af9b8f authored over 6 years ago by Oren Novotny <[email protected]>
Update Directory.build.props

4c03e8018ca7594e76214835423c318d844df990 authored over 6 years ago by Oren Novotny <[email protected]>
Merge branch 'master' into master

9f1fc1d7b3960030d1820fda0f83cdf043c0f68f authored over 6 years ago by Viktor <[email protected]>
Merge pull request #548 from reactiveui/add-drafter

add drafter config

5b26dfb3e7469d41646167b01ed6ed6f2a328b79 authored over 6 years ago by Oren Novotny <[email protected]>
add drafter config

013ae6bdc45553153c1943c10e50d7da27d03f18 authored over 6 years ago by Oren Novotny <[email protected]>
fix early response stream closing.

https://github.com/reactiveui/refit/issues/537

1b0f9d90241022e19be5f7766e78f79812a9b72a authored over 6 years ago by Viktor <[email protected]>
Merge pull request #536 from reactiveui/strong-name-build-task

Add strong name to build tasks

aee4473fd937f88eada06eb2c605b9af19f5683f authored over 6 years ago by Oren Novotny <[email protected]>
Ensure assembly version increments with build

15be7ddfc5a3aa1fa1d40ba19a3eaf60ce82beb6 authored over 6 years ago by Oren Novotny <[email protected]>
Merge pull request #529 from PaddoSwam/feature/added-patch-verb-to-docs

Added unmentioned PATCH verb to documentation

f7def15ca0402e10df6e78af2a7914b86f5b676f authored over 6 years ago by Oren Novotny <[email protected]>
Add strong name to build tasks

407eeb10a4e9f8206b46effd9b6abd7fdb5fd960 authored over 6 years ago by Oren Novotny <[email protected]>
Merge pull request #534 from Styxxy/vscode

core: Add the .vscode folder to the gitignore folder.
Added the .vscode to stop auto-generated ...

161c03857a06404d4803b44c90238ef5113b28fa authored over 6 years ago by Glenn Watson <[email protected]>
add vscode to gitignore

498917e7d85c37a8193cf7f9e428c5a729b0ffe7 authored over 6 years ago by Hans De Mulder <[email protected]>
Merge branch 'master' into feature/added-patch-verb-to-docs

6449690125924a656d2f935b742edc54c66994b9 authored over 6 years ago by Tom Hofman <[email protected]>
added unmentioned PATCH verb to documentation

40174e35dd1244be19b8559631820298ae610d1d authored over 6 years ago by Tom Hofman <[email protected]>
Merge pull request #502 from Styxxy/enummember

Use EnumMember attribute for enum values (if defined)

16e51214ab5fe631cf2e88bcb424138b115b551e authored over 6 years ago by Oren Novotny <[email protected]>
Merge branch 'master' into enummember

7a2496e7e9e5ba8a469ff2f6d42207782e87f7b4 authored over 6 years ago by Oren Novotny <[email protected]>
Merge pull request #514 from Styxxy/patch-1

fix indenting in code sample of readme

b92159a80f8261520f6f7321f53937a967736b7c authored over 6 years ago by Oren Novotny <[email protected]>
Merge branch 'master' into master

728d4f021830d4596368ac024302a6a2b1f5ac05 authored over 6 years ago by Oren Novotny <[email protected]>
Merge pull request #524 from Styxxy/outside-namespa

fix #512 refit interface outside namespace

fffb42752b654550041b4d5584c3aec5b5abf269 authored over 6 years ago by Oren Novotny <[email protected]>
Add mock InheritedMethodTest

6330b580b487eef6d35fbb62cbf7b2ae411da113 authored over 6 years ago by Jan Steffen <[email protected]>
Adjust example inheritance interfaces for integrations tests

44d24d1afbf90ebd3f746de72a44d13331b05342 authored over 6 years ago by Jan Steffen <[email protected]>
Change generic RequestBuilderImplementation to include inherited methods by it's interfaces

ab8dca520eedc9c1c71977e456b8ffb704fcec13 authored over 6 years ago by Jan Steffen <[email protected]>
Fixing method AddInheritedMethods unnecessarily returning modified TemplateInformation object

fc801edfb75cb95c84d58a47b87195cfca630740 authored over 6 years ago by Jan Steffen <[email protected]>
Merge branch 'master' into outside-namespa

27deda460b86f26f11443f33333ca2667abab744 authored over 6 years ago by Hans De Mulder <[email protected]>
integration tests for service outside namespace

1602c2503f63cbfcbc72f9c046246a86e45face4 authored over 6 years ago by Hans De Mulder <[email protected]>
fix #512 refit interface outside namespace

2c7571ef82f83f71d411b022f1092846e014f81d authored over 6 years ago by Hans De Mulder <[email protected]>
#176: Adding support for aggregated/interhited interfaces

3943d364544c30564d15eb691367f09ee561b692 authored over 6 years ago by Jan Steffen <[email protected]>
Merge branch 'master' into patch-1

306820c38abc2d3532b490fa5558ff4525230679 authored over 6 years ago by Hans De Mulder <[email protected]>
Merge branch 'master' into enummember

ffc5cce11ca6d1c012bc1acb70fe67dcbe896dd5 authored over 6 years ago by Hans De Mulder <[email protected]>
unit tests (FormValue & RequestBuilder)

b991c2696d605d2569f4b10e27994c10026ec806 authored over 6 years ago by Hans De Mulder <[email protected]>
Cache enum reflection

a84494b2fe9796daad2fcb28bcdb74e95b00041d authored over 6 years ago by Hans De Mulder <[email protected]>
Merge pull request #515 from worldbeater/patch-1

Fix typo

ee7a8f0797f53be9f797b1d34a0e15ed208f2f35 authored over 6 years ago by Oren Novotny <[email protected]>
Fix typo

61d08dc5b5cdc562851f9da2527e247e1cae1a3c authored over 6 years ago by Artyom <[email protected]>
fix indenting in code sample of readme

a8d77979528d2987d7cf929a9b8741c65943696d authored over 6 years ago by Hans De Mulder <[email protected]>
Add inheritdoc to generated constructor to prevent xml build warnings for generated code. (#513)

143f3c701155be9bd3a99aac5f41baf9f1e6d7e2 authored over 6 years ago by Niek Jannink <[email protected]>
Update description in client factory

faddd2408dc43c3b6e589419c9675b37894b81f4 authored over 6 years ago by Oren Novotny <[email protected]>
Merge branch 'master' into enummember

c1a5d7f01d93ee6692f045e5303b93c6f207ac7d authored over 6 years ago by Hans De Mulder <[email protected]>
Cleanup and docs

c2e3678332e3edcd5e8be07969b7f5398062725d authored over 6 years ago by Oren Novotny <[email protected]>
Set PrivateAssets explicitly so build is included transitively (#510)

bc81dd15681f84e61fc20a829aba5132a980d83d authored over 6 years ago by Oren Novotny <[email protected]>
Add code coverage to builds (#508)

* Add code coverage to builds

* Use latest test sdk

98a09e59c2676c263324f310078d0a166591e85d authored over 6 years ago by Oren Novotny <[email protected]>
Split extensions into separate project (#507)

* Split extensions into separate project

* Update docs to mention new package

4a3ef7bc894ebeb592a5ae8b2bca5f4a14569451 authored over 6 years ago by Oren Novotny <[email protected]>
Modify interface to support HttpClientFactory users (#494)

* Change the way we cache the generated method calls so that it can be used in an HttpFactory ap...

d09756448d40dc98a294844d396dc2d3184892ce authored over 6 years ago by Kirsty <[email protected]>
update references (#505)

c2dc349f11cad13bb57b9b8f8520e95490355937 authored over 6 years ago by Oren Novotny <[email protected]>
small refactoring for typeIsCollection variable (#498)

65f41cfa1e6cf9fa2747843608474d2982a122ab authored over 6 years ago by Egor Grishechko <[email protected]>
Exclude our generated code from users' debugging and code coverage (#504)

e13704829718939fb1683f64a23f359da065fd6f authored over 6 years ago by Oren Novotny <[email protected]>
Fix null parameters (#503)

* Add failing test

* Handle null parameter values for query strings on a post

* Use micros...

00ff667c3836c7b934832ebb2aed3a7f8cfb21d8 authored over 6 years ago by Oren Novotny <[email protected]>