beat.web.algorithms.views module¶
-
beat.web.algorithms.views.view(request, author, name, version=None)[source]¶ Shows the algorithm. The Web API is used to retrieve the details about the algorithm and check the accessibility.
-
beat.web.algorithms.views.diff(request, author1, name1, version1, author2, name2, version2)[source]¶ Shows the difference between two algorithms. The Web API is used to retrieve the details about the algorithms and check the accessibility.