danilobicas-unoeste

Results 3 issues of danilobicas-unoeste

Hi. How I get the http error, for example: Result:= TObjectList(meuRest.Resource(UrlApi + '/api/TipoMovimento') .Accept(RestUtils.MediaType_Json) .Authorization('Bearer '+MDToken['access_token']) .Get(TObjectList, TipoMovimentoViewModel)); If I get error of 401... how I know the error in...

Hi. And about Authorization with token (bearer token)? How I implement this to send to the server? tk's Danilo

Hi. I receiving error when result comes from webapi to delphi. Follow below the entities in my webapi.... class moviment mov_codigo:int; collection itens; class itens ite_codigo: int; produto: produtcs; class...