Bases: deeperlib.api.simapi.SimpleApi
A subclass implemented for dblp/search/author api—-http://dblp.org/search/author/api
Initialize the object. Set url and create session. Set other parameters for future api call.
| Parameters: |
|
|---|
Call api until it returns messages successfully.
| Parameters: | params – all the parameters needed by an api |
|---|---|
| Returns: | businesses in returned documents |
Call api with multiple threads. Therefore, we can issue several queries and get all of the top k documents at the same time.
| Parameters: | queries – queries list |
|---|---|
| Returns: | messages returned from api |
deeperlib.api.dblp.publapi.PublApi(delay, search_term, **kwargs)[source]¶Bases: deeperlib.api.simapi.SimpleApi
A subclass implemented for dblp/search/publ api—-http://dblp.org/search/publ/api
Initialize the object. Set url and create session. Set other parameters for future api call.
| Parameters: |
|
|---|
callAPI(params)[source]¶Call api until it returns messages successfully.
| Parameters: | params – all the parameters needed by an api |
|---|---|
| Returns: | businesses in returned documents |
deeperlib.api.dblp.venueapi.VenueApi(delay, search_term, **kwargs)[source]¶Bases: deeperlib.api.simapi.SimpleApi
A subclass implemented for dblp/search/venue api—-http://dblp.org/search/venue/api
Initialize the object. Set url and create session. Set other parameters for future api call.
| Parameters: |
|
|---|
callAPI(params)[source]¶Call api until it returns messages successfully.
| Parameters: | params – all the parameters needed by an api |
|---|---|
| Returns: | businesses in returned documents |