.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
astrophysics_data_system.py File Reference

Go to the source code of this file.

Namespaces

namespace  searx
 
namespace  searx.engines
 ::1337x
 
namespace  searx.engines.astrophysics_data_system
 

Functions

 searx.engines.astrophysics_data_system.init (_)
 
 searx.engines.astrophysics_data_system.request (query, params)
 
 searx.engines.astrophysics_data_system.response (resp)
 

Variables

dict searx.engines.astrophysics_data_system.about
 
str searx.engines.astrophysics_data_system.base_url = 'https://api.adsabs.harvard.edu/v1/search'
 
str searx.engines.astrophysics_data_system.result_base_url = 'https://ui.adsabs.harvard.edu/abs/'
 
int searx.engines.astrophysics_data_system.rows = 10
 
str searx.engines.astrophysics_data_system.sort = ''
 
list searx.engines.astrophysics_data_system.field_list = ['bibcode', 'author', 'title', 'abstract', 'doi', 'date']
 
str searx.engines.astrophysics_data_system.default_fields = ''
 
str searx.engines.astrophysics_data_system.query_fields = ''
 
bool searx.engines.astrophysics_data_system.paging = True
 
str searx.engines.astrophysics_data_system.api_key = 'unset'