Skip to content

Rustavil/sq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQ

SQ(search questions) for Stack Exchange

Interactive Demo

Checkout the Interactive Demo here.

Configuration

Search engine settings are SearchConfiguration Properties:

  • stack.exchange.application.site - Search site
  • stack.exchange.application.key - Stack Exchange API application key

REST Endpoints

SearchEndpoint - endpoint for searching questions

    GET: /query?value={search_string}&page={page}&size{size}
    search_string - search string from the question
    page - page number
    size - number of items per page

Notes

When building a project, you need to build the stackoverflow-java-sdk dependency

    git clone https://github.com/sanjivsingh/stackoverflow-java-sdk.git  
    cd stackoverflow-java-sdk  
    mvn clean install  

because the remote repository contains an obsolete build

About

SQ(search questions) for Stack Overflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages