updated api endpoint to v1.10 and fixed projects resource

This commit is contained in:
Joel Sanguenza 2022-09-13 01:17:24 +08:00
commit 03cb3bbce3
22 changed files with 8413 additions and 0 deletions

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[package.json]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2