I need to retrieve token from 
https://networkrail-uk-qa.traffilog.com/swagger/ui/index#!/User/User_Login
But when I enter valid username and password I don`t see any token. Also I 
tried to retrieve it in my C# Android program.

 var client = new 
RestClient("https://networkrail-uk-qa.traffilog.com/swagger/ui/index#!/User/User_LoginData";);
request.AddParameter("username", login);
request.AddParameter("password", password);
IRestResponse response = client.Execute(request);
var content = response.Content;

But there is no any token in output. How can I get deal with it?

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to swagger-swaggersocket+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to