Skip to content

Instantly share code, notes, and snippets.

@forki
Created October 4, 2018 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forki/f99f5d0b6e983e15e1f21d5b9f084ef6 to your computer and use it in GitHub Desktop.
Save forki/f99f5d0b6e983e15e1f21d5b9f084ef6 to your computer and use it in GitHub Desktop.
get "/api/alltags" (fun next ctx -> task {
let tags = { Tags = [| { Token = "celeb" }|] }
let txt = TagList.Encoder tags |> Encode.toString 0
return! text txt next ctx
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment