You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/edulint/api/aPI.service.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ export class APIService {
64
64
/**
65
65
* Analyzes the code with the given hash with the given version of EduLint
66
66
*
67
-
* @param version The version of EduLint to use. You can use either a specific version (e.g. 2.0.0) or \"latest\".
67
+
* @param version The version of EduLint to use. Currently, you can only use \"latest\".
68
68
* @param hash the hash of the code to analyze
69
69
* @param config extra configuration to use (equivalent to command line configuration described in [EduLint's documentation](https://edulint.rtfd.io#configuration)).
70
70
* @param use_cached_result enables/disables using cached linting results
@@ -212,7 +212,7 @@ export class APIService {
212
212
* Uploads some code and returns its analysis
213
213
* This endpoint combines the /code and /api/{version}/analyze/{hash} endpoints.
214
214
* @param body the code to upload and analyze
215
-
* @param version The version of EduLint to use. You can use either a specific version (e.g. 2.0.0) or \"latest\".
215
+
* @param version The version of EduLint to use. Currently, you can only use \"latest\".
216
216
* @param config extra configuration to use (equivalent to command line configuration described in [EduLint's documentation](https://edulint.rtfd.io#configuration)).
217
217
* @param use_cached_result enables/disables using cached linting results
218
218
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
0 commit comments