Skip to content

Commit 62f0798

Browse files
SchlenkRSchlenkR
SchlenkR
authored and
SchlenkR
committed
Update HTTP request in Dsl.CE2.fsx to fetch PXL Clock details and modify JSON structure
1 parent bf1bd2a commit 62f0798

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

src/FsHttp/Dsl.CE2.fsx

+11-3
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,22 @@ module Body =
7575

7676

7777

78-
let res =
7978
http {
80-
GET "http://www.pxl-clock.com"
79+
POST "https://github.com/CuminAndPotato/PXL-JAM"
80+
8181
AcceptLanguage "en"
8282
Authorization "credOuter"
8383
if true then
8484
Authorization "credInner"
8585

8686
body
87-
json """ { name: "Hans" } """
87+
json """
88+
{
89+
name: "PXL Clock",
90+
description: "A Beautiful and Fun Clock",
91+
programmingLanguage: [
92+
"F#", "C#", "JavaScript", "Python", "TypeScript" ]
93+
}
94+
"""
8895
}
96+

src/FsHttp/FsHttp.fsproj

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<Compile Include="FsiInit.fs" />
2727
<Compile Include="Dsl.fs" />
2828
<Compile Include="Dsl.CE.fs" />
29+
<!-- <Compile Include="Dsl.CE2.fs" /> -->
2930
<Compile Include="Operators.fs" />
3031
<Compile Include="Extensions.fs" />
3132
</ItemGroup>

0 commit comments

Comments
 (0)