Coder Social home page Coder Social logo

nlw-expert's Introduction

Documentação da API

Verifica se o usuário já realizou a prova

  POST /students/verify
Parâmetro Tipo Descrição
email String O email do usuário a ser consultado
tech String A tecnologia da prova a ser consultada

Exemplo de Requisição

POST /students/verify
Content-Type: application/json

{
  "email": "[email protected]",
  "tech": "JAVA"
}

Retorna as questões da prova

  GET /questions/techs/JAVA

Verifica as questões, se acertou ou errou

  POST /students/certification/answer
Parâmetro Tipo Descrição
email String O email do usuário
tech String A tecnologia da prova
questionsAnswers Object A lista com os IDs das perguntas e respostas

Exemplo de Requisição

POST /students/certification/answer
Content-Type: application/json

{
	"email": "[email protected]",
	"tech": "JAVA",
	"questionsAnswers": [
		{
			"questionID": "c5f02721-6dc3-4fa6-b46d-6f2e8dca9c66",
			"alternativeID": "993a7d37-62a0-4040-810d-d667e3f7a891"
		},
		{
			"questionID": "b0ec9e6b-721c-43c7-9432-4d0b6eb15b01",
			"alternativeID": "f8e6e9b3-199b-4f0d-97ce-7e5bdc080da9"
		},
		{
			"questionID": "f85e9434-1711-4e02-9f9e-7831aa5c743a",
			"alternativeID": "d3e51a56-9b97-4bb8-9827-8bcf89f4b276"
		}
	]
}

Retorna um ranking com as 10 melhores notas

  GET /ranking/top-10

nlw-expert's People

Contributors

gustavotbett avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.