Ecosyste.ms: OpenCollective

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

FastEndpoints

FastEndpoints is a free & open-source REST API development framework that aims to make developers highly productive on the .Net platform.
Collective - Host: opensource - https://opencollective.com/fast-endpoints - Website: https://fast-endpoints.com/ - Code: https://github.com/FastEndpoints/FastEndpoints

Merge pull request #106 from mehdihadeli/main

Changing project test structure and using xunit and fluentassertion

github.com/FastEndpoints/FastEndpoints - da7c8827d010107832c9657ef87bdf64a867598f authored over 2 years ago
Make Swagger Operations Processor use schema generator settings

github.com/FastEndpoints/FastEndpoints - 0e506be425a664c227ef75017e737ec1252172c9 authored over 2 years ago
adding xunit settings

github.com/FastEndpoints/FastEndpoints - 6dbbfa1aa984a9d89c9653456c26bea193649c55 authored over 2 years ago
Merge branch 'main' of https://github.com/dj-nitehawk/FastEndpoints into main

github.com/FastEndpoints/FastEndpoints - b3cfe0b46d84a12def39ca631e22a162fae837b2 authored over 2 years ago
changing tests project structure and using xunit and fluentassertion

github.com/FastEndpoints/FastEndpoints - fa0868a4d01fc8aa2ce442664cd12e7ce7f0e496 authored over 2 years ago
improve exception handler

github.com/FastEndpoints/FastEndpoints - 5b4509559c544b5eb4ba0d2f075069a7f4140954 authored over 2 years ago
Merge pull request #105 from Toyotomi-clan/feature/exception-handler-structured-logging

Added structured logging to the ExceptionHandler

github.com/FastEndpoints/FastEndpoints - 2bd9cdb4f191ca9d9e4aeeab2cd7cd06b92e9eb6 authored over 2 years ago
Merge pull request #104 from meysamhadeli/fix-meysam

Fix Route parameter property type not correctly set with swagger

github.com/FastEndpoints/FastEndpoints - d7b32ff61716ec437d4f67eeb5e67e7ff896811d authored over 2 years ago
updated it to utilise pascalCase instead.

github.com/FastEndpoints/FastEndpoints - dd242a3b75fdbe1c2a417fba8ba852c1c04221f1 authored over 2 years ago
Added structured logging to the ExceptionHandler, enabled the ability to log either just the stack trace or the full exception.

github.com/FastEndpoints/FastEndpoints - c425c464a4adffbc3b5a3e8e1a80388fdb887bb2 authored over 2 years ago
Fix Route parameter property type not correctly set with swagger

github.com/FastEndpoints/FastEndpoints - 1c208ded054d3639c2f6e77bcdc51087a2a68caa authored over 2 years ago
wip: example request in summary

github.com/FastEndpoints/FastEndpoints - c49fe98a5254d47383e0dae843e1aeef9f3c6610 authored over 2 years ago
Merge pull request #97 from hoppel/main

Example request bodies in swagger

github.com/FastEndpoints/FastEndpoints - 3fb9f22ec60a4555dbd9728670c127745b1c9a3c authored over 2 years ago
ability to override auto validation failure response status code

github.com/FastEndpoints/FastEndpoints - 546074834db08b19bafa3f7f808ebe8f1227cff4 authored over 2 years ago
Merge branch 'dj-nitehawk:main' into main

github.com/FastEndpoints/FastEndpoints - 1916a2c782625899bad860afad98008f8148c0b2 authored over 2 years ago
Merge branch 'dj-nitehawk:main' into main

github.com/FastEndpoints/FastEndpoints - 3698f6dc3e1d6b9c2cb656f2736a7fd33818ab43 authored over 2 years ago
Very basic custom requests

github.com/FastEndpoints/FastEndpoints - a586317b6820c03a2463b7533c2e5fae846b265b authored over 2 years ago
AddResponse<TResponse>() method for endpoint summaries

github.com/FastEndpoints/FastEndpoints - b13f3d6e4c633b5b87c151744c9245a532c358f7 authored over 2 years ago
add Summary<TEndpoint> class for decoupling endpoint summaries

github.com/FastEndpoints/FastEndpoints - 9a9fb48cc60b7a8807ff0bb2727dfd190080250f authored almost 3 years ago
release v4.1.0-beta5

github.com/FastEndpoints/FastEndpoints - 19964ea134702e0a98cd1127447165b3585a43ca authored almost 3 years ago
Merge pull request #95 from JustMaier/fix/generic-types

Scan parents for generic arguments of specific base types

github.com/FastEndpoints/FastEndpoints - 18f681684dda34e09463067af89248d38ed6527e authored almost 3 years ago
Scan parents for generic arguments of specific base type

github.com/FastEndpoints/FastEndpoints - ff96ce2304b8d12c69aa3197db912efd7e6aed80 authored almost 3 years ago
access to IConfiguration from Configure() method

github.com/FastEndpoints/FastEndpoints - 5732f68120dd1148e034f5401290b1d9e9698045 authored almost 3 years ago
Merge pull request #84 from hoppel/main

Added global settings for throttling

github.com/FastEndpoints/FastEndpoints - 178a204c08075c15d69a1efcfeab053604825567 authored almost 3 years ago
Fixed inconsistent formatting

github.com/FastEndpoints/FastEndpoints - 2d06ce8861fdbe7a2570740e63c613633e8b3418 authored almost 3 years ago
Fixed AdminLoginThrottling test failing

This fixes the test failing but there still needs to be a proper way to test global configuratio...

github.com/FastEndpoints/FastEndpoints - c883e47543c7d82994657b975ce9610f290f9cf7 authored almost 3 years ago
Added global options for throttling (HeaderName and Response)

github.com/FastEndpoints/FastEndpoints - ab9743ae8da9e9aff095cfa3a1712d6b091203e2 authored almost 3 years ago
OnValidationFailed() hook method

github.com/FastEndpoints/FastEndpoints - 318d2ec012009fb2f803c8431703931b32ce8aa5 authored almost 3 years ago
large file upload/reading support

github.com/FastEndpoints/FastEndpoints - 743e3f22c834051cabb38a26943402b342f48b75 authored almost 3 years ago
Merge branch 'doc-updates' into main

github.com/FastEndpoints/FastEndpoints - 820d596cbf0d3272762ac3441181ef86f01d54c5 authored almost 3 years ago
add other verb attributes

github.com/FastEndpoints/FastEndpoints - 5bf60836813e6cba14e3e4f66e3ff1291b5f13cd authored almost 3 years ago
endpoint annotations instead of Configure() method

github.com/FastEndpoints/FastEndpoints - 141feba5bd02d68daf7866ca566bfe46a01b569f authored almost 3 years ago
DontAutoTag() method added

github.com/FastEndpoints/FastEndpoints - fee155ede11cea683d4e8e4cc569996762c93c19 authored almost 3 years ago
Merge pull request #73 from hoppel/main

Added Query<T> for consistency with Route<T>

github.com/FastEndpoints/FastEndpoints - 9b6a889d057905279ca5142007e8b601f9ffc67e authored almost 3 years ago
[QueryParam] attribute added

github.com/FastEndpoints/FastEndpoints - 3ee940dc4684bd5674b8595b20ea7f6bd5d17c5f authored almost 3 years ago
Added tests for Query<T>

github.com/FastEndpoints/FastEndpoints - 7b947fda768850495d28a26a0fa1bbec455c1c8d authored almost 3 years ago
Added Query<T>

Same functionality as Route<T> just for query parameters

github.com/FastEndpoints/FastEndpoints - 87f3cb683222baa31829065caed22a0fa1e794e7 authored almost 3 years ago
#71 expose test url cache

github.com/FastEndpoints/FastEndpoints - f51294d657cf36f1853c564208d9d1e7b67d2830 authored almost 3 years ago
#69 recursive swagger content body property removal

github.com/FastEndpoints/FastEndpoints - 32b05c2fa89cc54198ded24161741675512bc79a authored almost 3 years ago
server sent events support with SendEventStream()

github.com/FastEndpoints/FastEndpoints - 79eed0e6bcd5519151b8d6a69e2ab10930dec2ec authored almost 3 years ago
Merge branch 'vNext' into main

github.com/FastEndpoints/FastEndpoints - 1848f715e529ad877e4af4a097c65a847096443e authored almost 3 years ago
`SendEventStream()` method for doing server-sent-events

github.com/FastEndpoints/FastEndpoints - 91ddf10a39744e813c494a5631dacc5e0592b6ff authored almost 3 years ago
v3.12.1-beta1 release

github.com/FastEndpoints/FastEndpoints - 337d0f77595a00323d8a374de84fde8c98702cee authored almost 3 years ago
make swagger use default serializer settings unless specified

github.com/FastEndpoints/FastEndpoints - df83d9d927f27df8f82bcc495008ef463f0c244d authored almost 3 years ago
fix issue #65 with serializer ctx not being set correctly

github.com/FastEndpoints/FastEndpoints - 8459834480b52ebaaf81b495569697281f5e5198 authored almost 3 years ago
Merge pull request #66 from CoryCharlton/issue_65

Minor changes to reproduce issue #65

github.com/FastEndpoints/FastEndpoints - ce4370e7a61ed2522d5ba055a8bbdf0254f5605c authored almost 3 years ago
Minor changes to reproduce issue #65

github.com/FastEndpoints/FastEndpoints - f76aa91c1123900d77521769b6e41cbd96a5ce2e authored almost 3 years ago
update techempower screenshot

github.com/FastEndpoints/FastEndpoints - 99df14db71e5da5f98553fca8f93a8c39a3af17d authored almost 3 years ago
fix culter to en-us

github.com/FastEndpoints/FastEndpoints - f7743c42894bf82d26961bbdcd82e817b1855510 authored almost 3 years ago
add Description() method in favor of Describe()

github.com/FastEndpoints/FastEndpoints - 4c9d02345fc6a597f7bd82c95a0336ad81b53cbe authored almost 3 years ago
fix bindfrom handling

github.com/FastEndpoints/FastEndpoints - 01b45dca823897d85030a56629c547f2f9fe9ea4 authored almost 3 years ago
swagger override only user supplied response descriptions

github.com/FastEndpoints/FastEndpoints - 6364b4f5e0bdcf1629d33c9cfec9f46473899144 authored almost 3 years ago
swagger improvements for BindFrom attribute

github.com/FastEndpoints/FastEndpoints - 1350547e8a5a1e2397c7f8699f7463c80b9d3559 authored almost 3 years ago
ResponseStarted property + content-type parameter for SendStringAsync

github.com/FastEndpoints/FastEndpoints - 8f51cf8dcf35249c3aa292cd74c7eaca3c2a309a authored almost 3 years ago
AddSwaggerDoc() serializer settings type change

github.com/FastEndpoints/FastEndpoints - 5501427ab30e912e2b84f0589ece0a7274ea5c6c authored almost 3 years ago
swagger support for system.text.json annotations

github.com/FastEndpoints/FastEndpoints - b229fda97e7386fa98951466d1384b5e463b45b4 authored almost 3 years ago
use HttpContext.RequestAborted when user hasn't supplied a token

github.com/FastEndpoints/FastEndpoints - 434f660daba2778dad3c1b0bd41f71a817df6da9 authored almost 3 years ago
update to latest fluentvalidation code

github.com/FastEndpoints/FastEndpoints - 5c4242876896b8b4e6199eb903f5301ded3704e1 authored almost 3 years ago
stop relying on request content-length header

github.com/FastEndpoints/FastEndpoints - 88f387bcb0b52d7c3722d340e1a16532083a5fe7 authored almost 3 years ago
RoutePrefixOverride() for overriding/disabling global prefix

github.com/FastEndpoints/FastEndpoints - 79307f109368ef5f14283bbd5b15ade5a2cab34a authored almost 3 years ago
lazy init validation failure list in base endpoint class

github.com/FastEndpoints/FastEndpoints - 9446627c5b69d5fcbb42aeeb3dec70dd363ab470 authored almost 3 years ago
Merge pull request #62 from jacokok/patch-1

Setting default swagger gen json serializer to camel case

github.com/FastEndpoints/FastEndpoints - a6ee4887746864bcbf046ba59a9fb461d75b9e3c authored almost 3 years ago
Setting default swagger json serializer to camel case

github.com/FastEndpoints/FastEndpoints - fb4f94dc6a4d83daba6419c02194e8df95bedbba authored almost 3 years ago
correct handling of jwt issuer/audience

github.com/FastEndpoints/FastEndpoints - f5fdbe5beac4e4a897c080c23c8def6176317e9f authored almost 3 years ago
set benchmark port

github.com/FastEndpoints/FastEndpoints - 3431f344a58b372b3f255ada358143f4cc5c4bfe authored almost 3 years ago
fix cross-fetch client issue

github.com/FastEndpoints/FastEndpoints - 81a7e67140079ededab89f6e34edd5a2abcb8ec0 authored almost 3 years ago