Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-server
Commits
af8995ab
Commit
af8995ab
authored
Dec 16, 2019
by
Tifenn Guillas
Browse files
Change port 8082 for 8080
parent
903c16a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
af8995ab
...
...
@@ -45,7 +45,7 @@ You can find an open api documentation into the `anis-server.yaml` file.
## Few examples with curl
*
To list all datasets available in the default instance => http://localhost:8082/dataset
*
To print all data for the obs_cat dataset with column 1, 2 and 3 => http://localhost:8082/search/obs_cat?a=1;2;3
*
To count the number of data available for a request => http://localhost:8082/search/obs_cat?a=count
*
To print only 3 obs_cat data (search by id) => http://localhost:8082/search/obs_cat?a=1;2;3&c=1::in::104600094|104600095|104600108
\ No newline at end of file
*
To list all datasets available in the default instance => http://localhost:8080/dataset
*
To print all data for the obs_cat dataset with column 1, 2 and 3 => http://localhost:8080/search/obs_cat?a=1;2;3
*
To count the number of data available for a request => http://localhost:8080/search/obs_cat?a=count
*
To print only 3 obs_cat data (search by id) => http://localhost:8080/search/obs_cat?a=1;2;3&c=1::in::104600094|104600095|104600108
\ No newline at end of file
anis-server.yaml
View file @
af8995ab
...
...
@@ -9,7 +9,7 @@ info:
name
:
CeCILL
2.1
url
:
http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html
servers
:
-
url
:
http://localhost:808
2
-
url
:
http://localhost:808
0
tags
:
-
name
:
root
description
:
Root path
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment