From d27b8ffd321ab8af762a0d9b99f54c168c8e762f Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Thu, 18 Jun 2020 14:24:05 -0400 Subject: [PATCH] url --- API/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/API/README.md b/API/README.md index 70cefbe..1adb65a 100644 --- a/API/README.md +++ b/API/README.md @@ -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. @@ -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& +