Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Jun 18, 2020
1 parent 0526ec7 commit d27b8ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion API/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Here we document the API that is currently accessible via dev.ascl.net/api/search/. The purpose of the API is to provide an interface through which complex queries and searches can be conducted on ASCL data, returning JSON.
Here we document the API that is currently accessible via
http://dev.ascl.net/api/search/ .
The purpose of the API is to provide an interface through which complex queries and searches can be conducted on ASCL data, returning JSON.

# Syntax
The search API for ASCL entries can be accessed through the /api/search/ endpoint. The syntax of a query follows, loosely, the style of Apache Solr.
Expand Down Expand Up @@ -27,3 +29,4 @@ TODO: add support for multiple operations through AND or OR -- need to look into
https://dev.ascl.net/api/search/?q=abstract:"nasa"&fl=century,abstract,bibcode,id&fq=century[lt]:20&



0 comments on commit d27b8ff

Please sign in to comment.