{"id":8938926,"name":"fshttp.fsharpdata","ecosystem":"nuget","description":"FSharp.Data (JSON) integration package for FsHttp","homepage":"","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/fsprojects/FsHttp","keywords_array":["http","rest","HttpClient","fetch","curl","f#","c#","fSharp"],"namespace":null,"versions_count":33,"first_release_published_at":"2022-04-05T18:38:36.117Z","latest_release_published_at":"2025-10-03T16:13:43.700Z","latest_release_number":"15.0.3","last_synced_at":"2026-04-04T04:01:30.484Z","created_at":"2024-02-26T02:53:20.712Z","updated_at":"2026-04-04T04:02:40.854Z","registry_url":"https://www.nuget.org/packages/fshttp.fsharpdata/","install_command":"Install-Package fshttp.fsharpdata","documentation_url":null,"metadata":{"copyright":"Copyright 2025 Ronald Schlenker","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":true,"icon":"logo_small.png","readme":"README.md","repository":{"type":"git","url":"https://github.com/fsprojects/FsHttp","branch":null,"commit":"8be6fdaf05d84a67d92d07abc0f6440b0cca300e"},"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"release_notes":"15.0.3\n      - Removed PXL Clock Promo Message\n\n      15.0.2\n      - Updated PXL Clock Promo Message - OUT NOW :)\n\n      15.0.1\n      - Added PXL Clock Promo Message on first FSI evaluation (when logs are enabled)\n\n      15.0.0\n      - Added 'enumerable' and 'enumerablePart' as body content functions\n      - Removed Utf8StringBufferingStream\n\n      14.5.2\n      - Added PXL Clock Promo Message on first FSI evaluation (when logs are enabled)\n\n      14.5.1\n      - Fixed untracked bug: using config_useBaseUrl as http template won't crash when printing unfinished requests\n\n      14.5.0\n      - Added 'useBaseUrl' and 'transformUrl' to Config for better composability\n      - Fixed some extension methods\n\n      14.4.2\n      - Thanks @bartelink\n        Pinned FSharp.Core to 5.0.2 in all library projects\n        Removed net7.0, net8.0 TFM-specific builds\n        Lots of other cool stability-oriented stuff and detail-work\n\n      14.4.1\n      - Fixed missing explicit dependency on FSharp.Core\n\n      14.4.0\n      - Fixed pre-configured requests\n\n      14.3.0\n      - Added `GetList` JsonElement extension\n      \n      14.2.0\n      - (Breaking change) Separated Config and PrintHint (...and many more things in these domains)\n\n      14.1.0\n      - (Breaking change) Renamed `Extensions.To...Enumerable` to `Extensions.To...Seq`\n      - Added `toJsonList...` overloads\n\n      14.0.0\n      - (Breaking change) Renamed types in Domain:\n        BodyContent -\u003e SinglepartContent\n        RequestContent -\u003e BodyContent\n        FsHttpUrl -\u003e FsHttpTarget\n      - (Breaking change) FsHttpUrl (now FsHttpTarget) and Header restructured: method, address and queryParams are now part of the FsHttpTarget type.\n      - Added `headerTransformers` to Config for better composability\n\n      13.3.0\n      - (Breaking change) All `Response._TAsync` functions (task based) in F# require a CancellationToken now.\n      - (Breaking change) Extension methods rework\n      - (Breaking change) There's no more StartingContext, which means:\n        we give up a little bit of safety here, for the sake of pre-configuring HTTP requests\n        without specifying the URL. This is a trade-off we are willing to take.\n\n      12.2.0\n      - added HttpMethods for better composability\n\n      12.1.0\n      - net8.0\n\n      12.0.0\n      - #137 / #102: Change the type for FsHttpUrl.additionalQueryParams from obj to string\n      - Removed (auto opened) Async.await and Task.map/await\n      - Moved (auto opened) Async.map to FsHttp.Helper.Async.map\n\n      11.1.0\n      - #130 / #105: Add method for user-supplied cancellation token\n\n      11.0.0\n      - #121 (Breaking change): Turning off debug logs in FSI (breaking change in signature / namespace)\n      - #124: Support Repeating Query Parameters (thanks @DaveJohnson8080)\n      - #106 (Breaking change): Allow filename metadata with other \"parts\" (thanks @dawedawe)\n      - Breaking change: ContentTypeForPart custom operations should come after part definition\n      - #104 (Breaking change): Automatic GZip response decompression per Default\n      - Other breaking changes:\n        - Removed `ContentTypeWithEncoding` and used optional `charset` parameter in `ContentType` overloads.\n        - Renamed `byteArray` to `binary` in Dsl, DslCE and CSharp.\n        - Caution (!!): Renamed `stringPart` to `textPart` and changed argument order for `name` and `value` in Dsl and DslCE.\n        - Restructured types in Domain\n        - `Helper` is a module instead of a namespace, and some things were moved.\n        - All transformers in config are a list of transformers instead of a single item.\n        - Removed `setHttpClient`. Please use `setHttpClientFactory` instead.\n        - `setHttpClientFactory` takes a `Config` as input argument.\n\n      -----------------------------\n      -- Old release notes below --\n      -----------------------------\n      \n      7.0.0\n      - #92: `expect` and `assert` pass through the original response instead of unit.\n\n      8.0.0\n      - #93 (thanks @drhumlen): Changed content type 'text/json' to 'application/json'.\n      - Http modules are always AutoOpen in both Dsl and DslCE.\n      - No extra modules for builder methods.\n\n      8.0.1\n      - #89: No more blocking requests using net5 with FSI.\n\n      9.0.0 / 9.0.1\n      - Redefined builders (see README.md).\n      - Many breaking changes (see \"Migrations\" sections in the docu).\n\n      9.0.2\n      - Added JSON toArray functions\n      - Fixed #99: Response.saveFile should create the directory if not present.\n\n      9.0.3\n      - Supporting netstandard2.1 again.\n\n      9.0.4\n      - Referenced lowest possible FSharp.Core and other referenced packages version.\n\n      9.0.5\n      - Support for netstandard2.0.\n      - New 'FsHttp.NewtonsoftJson' integration package.\n      - More JSON functions and defaults config.\n\n      9.0.6\n      - #100 - Removed FSI print messages.\n\n      9.1.0\n      - Fixed naming inconsistency for 'Response.deserialize...' functions.\n      - More C# JSON functions.\n\n      9.1.1\n      - Fix: Using GlobalConfig.Json.defaultJsonSerializerOptions as default for jsonSerialize.\n\n      9.1.2\n      - Fixed #103: FSI response printing and initialization doesn't work out of the box anymore.\n\n      10.0.0\n      - .Net 7 support (thank you @Samuel-Dufour)\n      - Breaking change: Corrected typo \"guessMineTypeFromPath\" -\u003e \"guessMimeTypeFromPath\"\n      - Breaking change: Module 'Helper', 'HelperInternal' and 'HelperAutos' refactored\n      - #115: Remove print messages when downloading streams\n      - Printing: Separate print functions for response and request via Request.print and Response.print\n      - Printing: Default request (IToRequest) printing in FSI\n      - Removed net5.0 targets in all projects\n      - PrintHint.printDebugMessages: Moved to FsHttp.Helper.Fsi.logDebugMessages as a global switch\n      - #113 - Config.timeoutInSeconds bug\n\n      10.1.0\n      - #117: Escape string for query params values (by @maciej-izak - thank you)\n      (!!) This can be seen as breaking change.\n      - #112: Allow to add (multiple) headers (by @Samuel-Dufour - thank you)","dependency_summary":{"total_dependency_groups":1,"target_frameworks":["net6.0"],"total_dependencies":3}},"repo_metadata":{"id":41080839,"uuid":"145749918","full_name":"fsprojects/FsHttp","owner":"fsprojects","description":"HTTP library for F#","archived":false,"fork":false,"pushed_at":"2026-03-10T01:58:46.000Z","size":3930,"stargazers_count":498,"open_issues_count":30,"forks_count":43,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-03-27T23:03:59.968Z","etag":null,"topics":["fsharp","http","http-client","rest","rest-client"],"latest_commit_sha":null,"homepage":"https://fsprojects.github.io/FsHttp/","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fsprojects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-08-22T18:53:00.000Z","updated_at":"2026-03-26T21:28:39.000Z","dependencies_parsed_at":"2023-10-25T13:51:50.050Z","dependency_job_id":"40006e0f-bbba-4ba3-b781-e2299e2e6b22","html_url":"https://github.com/fsprojects/FsHttp","commit_stats":{"total_commits":731,"total_committers":27,"mean_commits":"27.074074074074073","dds":0.6744186046511628,"last_synced_commit":"64c8448e99a60c756049084aa82ce05aad468c42"},"previous_names":["schlenkr/fshttp","ronaldschlenker/fshttp","fsprojects/fshttp"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/fsprojects/FsHttp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsprojects","download_url":"https://codeload.github.com/fsprojects/FsHttp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31216894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-30T15:24:02.938Z","status":"ssl_error","status_checked_at":"2026-03-30T15:23:44.804Z","response_time":138,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"fsprojects","name":"F# Community Project Incubation Space","uuid":"6001315","kind":"organization","description":"","email":"fsprojects@fastmail.fm","website":"http://fsprojects.github.io","location":"Worldwide","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/6001315?v=4","repositories_count":108,"last_synced_at":"2023-04-10T11:20:24.886Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fsprojects","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:44:26.738Z","updated_at":"2023-04-10T11:20:25.112Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsprojects","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fsprojects/repositories"},"tags":[{"name":"v6.0.0","sha":"e7e9239f409249b2a65cdc36b6b48f7d3010ac0a","kind":"commit","published_at":"2021-11-22T22:34:54.000Z","download_url":"https://codeload.github.com/fsprojects/FsHttp/tar.gz/v6.0.0","html_url":"https://github.com/fsprojects/FsHttp/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fsprojects/FsHttp@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v6.0.0/manifests"},{"name":"v0.8.0","sha":"8449e99a6489c92595d959bc1dea95ea691b8f84","kind":"commit","published_at":"2019-02-17T16:44:46.000Z","download_url":"https://codeload.github.com/fsprojects/FsHttp/tar.gz/v0.8.0","html_url":"https://github.com/fsprojects/FsHttp/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fsprojects/FsHttp@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"af645f707f0059d9c8a7129c45895ddcbc947f72","kind":"commit","published_at":"2019-02-07T18:03:16.000Z","download_url":"https://codeload.github.com/fsprojects/FsHttp/tar.gz/v0.7.0","html_url":"https://github.com/fsprojects/FsHttp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fsprojects/FsHttp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"81c0a9dd6b52b2569ca782bc55d36b5defa3e201","kind":"commit","published_at":"2019-02-03T13:44:07.000Z","download_url":"https://codeload.github.com/fsprojects/FsHttp/tar.gz/v0.6.0","html_url":"https://github.com/fsprojects/FsHttp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fsprojects/FsHttp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"425d07e11cda778b0c5a4a0b238d1e292e2f5b46","kind":"commit","published_at":"2019-01-23T22:14:29.000Z","download_url":"https://codeload.github.com/fsprojects/FsHttp/tar.gz/v0.5.0","html_url":"https://github.com/fsprojects/FsHttp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fsprojects/FsHttp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"5f0b729bf0a07062afec3daba7629df1815352d1","kind":"tag","published_at":"2019-01-13T20:20:38.000Z","download_url":"https://codeload.github.com/fsprojects/FsHttp/tar.gz/v0.4.1","html_url":"https://github.com/fsprojects/FsHttp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fsprojects/FsHttp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/tags/v0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-04-04T04:02:40.853Z","dependent_packages_count":0,"downloads":59788,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":16.63503357386709,"dependent_repos_count":14.97801439290325,"dependent_packages_count":20.3376452392213,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":17.316897735330546},"purl":"pkg:nuget/fshttp.fsharpdata","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/fshttp.fsharpdata","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/fshttp.fsharpdata","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/fshttp.fsharpdata/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-31T01:31:31.478Z","issues_count":96,"pull_requests_count":108,"avg_time_to_close_issue":10984529.906666666,"avg_time_to_close_pull_request":1721170.3232323232,"issues_closed_count":75,"pull_requests_closed_count":99,"pull_request_authors_count":22,"issue_authors_count":25,"avg_comments_per_issue":1.7708333333333333,"avg_comments_per_pull_request":0.8796296296296297,"merged_pull_requests_count":74,"bot_issues_count":0,"bot_pull_requests_count":54,"past_year_issues_count":2,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":4827852.0,"past_year_avg_time_to_close_pull_request":87142.0,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fsprojects%2FFsHttp/issues","maintainers":[{"login":"RonaldSchlenker","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RonaldSchlenker"},{"login":"SchlenkR","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SchlenkR"},{"login":"bartelink","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartelink"},{"login":"dawedawe","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dawedawe"},{"login":"CaptnCodr","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/CaptnCodr"},{"login":"abelbraaksma","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/abelbraaksma"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fshttp.fsharpdata/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fshttp.fsharpdata/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fshttp.fsharpdata/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fshttp.fsharpdata/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fshttp.fsharpdata/codemeta","maintainers":[{"uuid":"SchlenkR","login":"SchlenkR","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://www.nuget.org/profiles/SchlenkR","role":null,"created_at":"2024-02-26T03:06:02.771Z","updated_at":"2024-02-26T03:06:02.771Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/SchlenkR/packages"}]}