Skip to content
Sanjiv Singh edited this page May 26, 2014 · 7 revisions

Introduction

This page describes the API design to support different site support.

Details

One parameter can be used to swich to any site.

 StackExchangeApiQueryFactory queryFactory = StackExchangeApiQueryFactory  
                     .newInstance("applicationKey", StackExchangeSite.STACK_OVERFLOW);  

For list of site supported, visit StackExchangeSite.

.

Clone this wiki locally