Skip to content

Commit 41d1625

Browse files
authored
Update README.md
1 parent e6f1a68 commit 41d1625

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HDF REST API
22

3-
The HDF REST API is an interface to HDF5 data stored on network-based architectures. The HDF REST API has provisions to support CRUD (create, read, update and delete) operations on the full spectrum of HDF5 objects including: groups, links, datasets, attributes, and committed data types. See <https://support.hdfgroup.org/pubs/papers/RESTful_HDF5.pdf> for background on the design principles that guided the development of the RESTful HDF5 interface.
3+
The HDF REST API is an interface to HDF5 data stored on network-based architectures. The HDF REST API has provisions to support CRUD (create, read, update and delete) operations on the full spectrum of HDF5 objects including: groups, links, datasets, attributes, and committed data types. See [RESTful_HDF5.pdf](https://support.hdfgroup.org/archive/support/pubs/papers/index.html) for background on the design principles that guided the development of the RESTful HDF5 interface.
44

55
This repository provides documentation on what operations are supported by the HDF REST API and some guidelines as to how to effectively use these.
66

@@ -14,12 +14,12 @@ Not all implementations support all the REST operations documented here. When a
1414

1515
There are also various packages and libraries that utilize the REST API as a client. These include:
1616

17-
* Python SDK - h5pyd: <https://github.com/HDFGroup/h5pyd>
18-
* C/Fortran HDF5 REST VOL: <https://bitbucket.hdfgroup.org/users/jhenderson/repos/rest-vol/browse>
19-
* R SDK - restfulSE: <https://github.com/vjcitn/restfulSE>
17+
* [Python SDK - h5pyd](https://github.com/HDFGroup/h5pyd)
18+
* [C/Fortran HDF5 REST VOL](https://bitbucket.hdfgroup.org/users/jhenderson/repos/rest-vol/browse)
19+
* [R SDK - restfulSE](https://github.com/vjcitn/restfulSE)
2020

2121

2222

2323
The following diagram illustrates the various resources and operations of the HDF REST API:
2424

25-
![RESTful HDF Diagram](./RESTful_HDF5.png)
25+
![RESTful HDF Diagram](./RESTful_HDF5.png)

0 commit comments

Comments
 (0)