We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://api.maisquestoes.com.br/usuario/cadastrar/" + nome + "/" + usuario + "/" + senha + "/" + email + "/" + Data de Nascimento (yyyy-MM-dd) + "/" + idUF
http://api.maisquestoes.com.br/usuario/ConfirmaEmail/" + GuidConfirmacaoEmail
http://api.maisquestoes.com.br/usuario/like/" + usuario
http://api.maisquestoes.com.br/usuario/consultar/" + apiKey + "/" + usuario
http://api.maisquestoes.com.br/usuario/Autenticar/" + usuario + "/" + senha
http://api.maisquestoes.com.br/usuario/ReativarUsuario/" + usuario + "/" + senha
http://api.maisquestoes.com.br/usuario/RecuperarSenha/" + email
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Criar métodos que teste o cadastro de usuário antigo, testar as seguintes URL:
** UsuarioController.Cadastrar **
Realizar o cadastro de um usuário
** UsuarioController.ConfirmaEmail **
Confirmar email
** UsuarioController.Like **
Retorna uma lista de usuários passando uma parte do nome ele
** UsuarioController.Consultar **
Retorna o Perfil do Usuário Logado ou usuário passado por parametro
** UsuarioController.Autenticar **
Autenticar usuário
** UsuarioController.ReativarUsuario **
Reativar usuário
** UsuarioController.RecuperarSenha **
Recuperar senha
The text was updated successfully, but these errors were encountered: