Application built using CodeGrepper API
CodeGrepperAPI: https://github.com/Code-Grepper/Code-Grepper-API-Documentation
The needed answers
are used to fetch the queries and publish answer
allows us to publish answer for a query we click on.
Two APIs are used:
- Needed Answers
- Publish Answer
This API allows us to fetch Queries that needed answers
This API allows us to publish answer for a search term/query
Authorization depends upon the type of API you use.
*** The important things that are required for authorization are your userid
and access-token
***
Get Your Access Token : https://github.com/Code-Grepper/Code-Grepper-API-Documentation/blob/main/docs/auth/TOKEN.MD
click uploadanswer to upload answer to that specific query. This uses the Needed Answers API
This API requires the query
, language
and the answer
to publish the answer.
This uses Get Answers
and SIMILIARQUERIES
API for getting answers for our query and similar queries respectively
Get Answers
API : https://github.com/Code-Grepper/Code-Grepper-API-Documentation/blob/main/docs/answers/GETANSWERS.MD
SIMILARQUERIES
API: https://github.com/Code-Grepper/Code-Grepper-API-Documentation/blob/main/docs/answers/SIMILIARQUERIES.MD