File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,16 @@ podman stop $CID && podman rm $CID
31
31
```
32
32
33
33
### Common review items
34
- * Add authentication to the configuration class.
35
- * Change configuration class name to be consistent
34
+ * [ ] Add authentication to the configuration class.
35
+ * [ ] Change configuration class name to be consistent
36
36
* Specify all the inputs to be consistent across languages
37
- * Update documentation
37
+ * [ ] Update documentation
38
38
* Make sure markdown is valid
39
39
* Remove unnecessary links
40
40
* Add first class examples to readme.md + api documentation
41
- * Url encode all url inputs, frequently the generator doesn't do that
42
- * Remove any unnecessary validations from object and parameter injection, often there are some even when properties are allowed to be null
43
- * The service client code to generate a JWT from private key needs to be added
44
- * Top level tags from the API should accessible from the base class: ` authressClient.accessRecords.getRecords(...) `
45
- * Test
41
+ * [ ] Url encode all url inputs, frequently the generator doesn't do that
42
+ * [ ] Remove any unnecessary validations from object and parameter injection, often there are some even when properties are allowed to be null
43
+ * [ ] The service client code to generate a JWT from private key needs to be added
44
+ * [ ] Add UnauthorizedError type to the authorizeUser function
45
+ * [ ] Top level tags from the API should accessible from the base class: ` authressClient.accessRecords.getRecords(...) `
46
+ * [ ] Test
You can’t perform that action at this time.
0 commit comments