beat.web.dataformats.views module¶
-
beat.web.dataformats.views.create(request, name=None)[source]¶ Creates a new data format or a new version of an existing data format
The user must be authenticated before it can add a new data format
-
beat.web.dataformats.views.fork(request, author, name, version)[source]¶ Creates a new data format by forking an existing data format
The user must be authenticated before it can add a new data format
-
beat.web.dataformats.views.edit(request, author, name, version)[source]¶ Allows the modification of the data format
The user must be authenticated before it can edit a data format
-
beat.web.dataformats.views.diff(request, author1, name1, version1, author2, name2, version2)[source]¶ Shows the difference between two data formats. The Web API is used to retrieve the details about the data formats and check the accessibility.
Answers to the following URLs
<dataformats>/diff/<author1>/<name1>/<version1>/<author2>/<name2>/<version2>/