Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
openebench-rest-api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INB
ELIXIR
OpenEBench
openebench-rest-api
Commits
f375deb1
Commit
f375deb1
authored
Jul 07, 2020
by
redmitry@list.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better index.html
parent
0bd5136d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
77 additions
and
9 deletions
+77
-9
src/main/webapp/index.html
src/main/webapp/index.html
+77
-9
No files found.
src/main/webapp/index.html
View file @
f375deb1
<!DOCTYPE html>
<html>
<head>
<title>
OpenEBench API
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
</head>
<body>
<h1>
OpenEBench API
</h1>
<p>
GET https://openebench.bsc.es/api/scientific/access/{collection}/{id}[/query]
</p>
<p>
PUT https://openebench.bsc.es/api/scientific/access/{collection}/
</p>
</body>
<head>
<title>
OpenEBench REST API
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<style>
body
{
width
:
90%
;
margin-left
:
auto
;
margin-right
:
auto
;
}
table
{
width
:
100%
;
border-collapse
:
separate
;
border-spacing
:
0px
12px
;
}
td
{
border-width
:
1px
0px
1px
0px
;
border-style
:
solid
;
padding
:
8px
;
}
td
:first-child
{
width
:
5%
;
}
td
:last-child
{
width
:
95%
;
}
tr
td
:first-child
{
border-left-width
:
1px
!important
;
border-top-left-radius
:
8px
;
border-bottom-left-radius
:
8px
;
}
tr
td
:last-child
{
border-right-width
:
1px
!important
;
border-top-right-radius
:
8px
;
border-bottom-right-radius
:
8px
;
}
tr
td
:first-child:before
{
display
:
inline-block
;
width
:
100%
;
text-align
:
center
;
padding
:
2px
0px
2px
0px
;
}
tr
.GET
td
{
border-color
:
#61affe
;
background-color
:
#eff7ff
;
}
tr
.GET
td
:first-child:before
{
content
:
"GET"
;
color
:
#eff7ff
;
background-color
:
#61affe
;
}
tr
.HEAD
td
{
border-color
:
#9012fe
;
background-color
:
#f4e7ff
;
}
tr
.HEAD
td
:first-child:before
{
content
:
"HEAD"
;
color
:
#f4e7ff
;
background-color
:
#9012fe
;
}
</style>
</head>
<body>
<h1>
OpenEBench REST API
</h1>
<table>
<tr
class=
"GET"
>
<td></td>
<td>
/{collection}
</td><td>
returns OpenEBench collection of data
</td>
</tr>
<tr
class=
"GET"
>
<td></td>
<td>
/{collection}/{id}
</td><td>
returns OpenEBench data object
</td>
</tr>
<tr
class=
"HEAD"
>
<td></td>
<td>
/{collection}/{id}
</td><td>
checks whether the object exists
</td>
</tr>
</table>
</body>
</html>
Write
Preview
Markdown
is supported
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