Tobias Speicher
|
9d25f26791
|
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
|
2022-02-20 15:28:39 +01:00 |
mike12345567
|
4d3f234807
|
Updating docs for tables, adding a swagger generation tool and a README describing how to use it.
|
2021-11-26 14:13:53 +00:00 |
mike12345567
|
0aad95658b
|
Updating scripts to allow opening in the browser when generated.
|
2021-11-25 18:13:14 +00:00 |
mike12345567
|
95d02649de
|
Updating docs.
|
2021-11-25 17:44:47 +00:00 |
mike12345567
|
0896a88c5a
|
Basic work for generating.
|
2021-11-25 16:13:19 +00:00 |