Pergunta de entrevista da empresa Unifytech

how would you log in to some site using API if you have the credentials?

Resposta da entrevista

Sigiloso

21 de out. de 2020

Either you can make curl request from terminal or postman or use any http request library of the respective programming language or is you are using vscode it also provide some extension which helps you to test your apis. Following things are required: API URL, REQUEST METHOD DATA HEADERs (if any)