Namespaces

Types in Fake

Type REST

Namespace Fake

Methods

Public static methods

string ExecuteGetCommand(string userName, string password, string url)

Executes an HTTP GET command and retrives the information.
Parameters
string userName

The username to use with the request

string password

The password to use with the request

string url

The URL to perform the GET operation

Return
string

The response of the request, or null if we got 404 or nothing.

FSharpFunc<string, FSharpFunc<string, string>> ExecutePost(string url, string userName)

string ExecutePostCommand(FSharpFunc<WebHeaderCollection, Unit> headerF, string url, string userName, string password, string data)