diff --git a/.gitignore b/.gitignore index aa484e7..2c08a62 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ dist frontend/dist server/dist dist -apiDocs/ +apiDocsLSTV2 + # ---> Node bun.lock .nx diff --git a/apiDocs/lstV2/Auth/Login.bru b/apiDocs/lstV2/Auth/Login.bru deleted file mode 100644 index f6dd35b..0000000 --- a/apiDocs/lstV2/Auth/Login.bru +++ /dev/null @@ -1,18 +0,0 @@ -meta { - name: Login - type: http - seq: 2 -} - -post { - url: http://localhost:4400/api/auth/login - body: json - auth: none -} - -body:json { - { - "username": "matthes01", - "password": "99Monsters200Scary!" - } -} diff --git a/apiDocs/lstV2/Auth/Register.bru b/apiDocs/lstV2/Auth/Register.bru deleted file mode 100644 index 18b7e4f..0000000 --- a/apiDocs/lstV2/Auth/Register.bru +++ /dev/null @@ -1,19 +0,0 @@ -meta { - name: Register - type: http - seq: 4 -} - -post { - url: http://localhost:4400/api/auth/register - body: json - auth: none -} - -body:json { - { - "username": "matthes01", - "email":"blake.matthes@alpla.com", - "password": "password" - } -} diff --git a/apiDocs/lstV2/Auth/Test Protected.bru b/apiDocs/lstV2/Auth/Test Protected.bru deleted file mode 100644 index 934a212..0000000 --- a/apiDocs/lstV2/Auth/Test Protected.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: Test Protected - type: http - seq: 1 -} - -get { - url: http://localhost:4000/api/protected - body: none - auth: bearer -} - -auth:bearer { - token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTczOTgyNjEwNiwiZXhwIjoxNzM5ODI2MTY2fQ.y8wm4PuduJdXp_fPnRohQ8VOlNRMeYszzcPdOLRwzic -} diff --git a/apiDocs/lstV2/Auth/getUserroles.bru b/apiDocs/lstV2/Auth/getUserroles.bru deleted file mode 100644 index 23918f9..0000000 --- a/apiDocs/lstV2/Auth/getUserroles.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: getUserroles - type: http - seq: 5 -} - -get { - url: http://localhost:4400/api/auth/getuseraccess - body: json - auth: bearer -} - -auth:bearer { - token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJfaWQiOiIyYzYzODQ3Zi1mMWVjLTRkNTAtOGFkMi05ODBkMWYzZTgwZWIiLCJ1c2VybmFtZSI6Im1hdHRoZXMwMSIsImVtYWlsIjoiYmxha2UubWF0dGhlc0BhbHBsYS5jb20iLCJyb2xlcyI6W10sInJvbGUiOiJ1c2VyIn0sImlhdCI6MTc0MDg2ODMzNCwiZXhwIjoxNzQwODcxOTM0fQ.HpPh56_8API25IeO5FSfYSvAqf97_tKUT_GEBqbggO0 -} diff --git a/apiDocs/lstV2/Auth/session.bru b/apiDocs/lstV2/Auth/session.bru deleted file mode 100644 index 8ae375a..0000000 --- a/apiDocs/lstV2/Auth/session.bru +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: session - type: http - seq: 3 -} - -get { - url: http://localhost:3000/api/auth/session - body: json - auth: bearer -} - -auth:bearer { - token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJfaWQiOiIwNDMxNmM4Ni1mMDg2LTRjYzYtYjNkNC1jY2ExNjRhMjZmM2YiLCJ1c2VybmFtZSI6Im1hdHRoZXMwMSIsImVtYWlsIjoiIiwicGFzc3dvcmQiOiIiLCJwYXNzd29yZFRva2VuIjpudWxsLCJwYXNzd29yZFRva2VuRXhwaXJlcyI6bnVsbCwiYWNpdHZlIjp0cnVlLCJwaW5Db2RlIjpudWxsLCJsYXN0TG9naW4iOiIyMDI1LTAyLTIxVDEyOjA4OjMxLjk4NVoiLCJhZGRfVXNlciI6IkxTVF9TeXN0ZW0iLCJhZGRfRGF0ZSI6IjIwMjUtMDItMjFUMTI6MDg6MzEuOTg1WiIsInVwZF91c2VyIjoiTFNUX1N5c3RlbSIsInVwZF9kYXRlIjoiMjAyNS0wMi0yMVQxMjowODozMS45ODVaIn0sImlhdCI6MTc0MDE3NjE2MSwiZXhwIjoxNzQwMTc2NDYxfQ.voo8qqgEbapEFnreop_XhIird_1Ea-OGLaD5J1VEdmc -} diff --git a/apiDocs/lstV2/api/Api Hit.bru b/apiDocs/lstV2/api/Api Hit.bru deleted file mode 100644 index 001ca59..0000000 --- a/apiDocs/lstV2/api/Api Hit.bru +++ /dev/null @@ -1,18 +0,0 @@ -meta { - name: Api Hit - type: http - seq: 1 -} - -post { - url: http://localhost:3000/api/hits - body: json - auth: none -} - -body:json { - { - "name": "something", - "arrayData": "{someghjdsfsd}" - } -} diff --git a/apiDocs/lstV2/api/get modules.bru b/apiDocs/lstV2/api/get modules.bru deleted file mode 100644 index be93d04..0000000 --- a/apiDocs/lstV2/api/get modules.bru +++ /dev/null @@ -1,18 +0,0 @@ -meta { - name: get modules - type: http - seq: 2 -} - -get { - url: http://localhost:4000/api/server/modules - body: none - auth: none -} - -body:json { - { - "name": "something", - "arrayData": "{someghjdsfsd}" - } -} diff --git a/apiDocs/lstV2/bruno.json b/apiDocs/lstV2/bruno.json deleted file mode 100644 index 9f4e474..0000000 --- a/apiDocs/lstV2/bruno.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": "1", - "name": "lstV2", - "type": "collection", - "ignore": [ - "node_modules", - ".git" - ] -} \ No newline at end of file