Skip to content

Commit

Permalink
Merge pull request #77 from ember-nexus/feature/refactor
Browse files Browse the repository at this point in the history
Feature/refactor
  • Loading branch information
Syndesi authored Mar 21, 2024
2 parents 78666d7 + 78b327d commit 6dcff45
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 860 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
${{ runner.os }}-node-v${{ matrix.node-version }}-
- name: Install dependencies
run: yarn install --dev
- name: Run syntax linter
- name: Run unit tests
run: yarn test:unit

test-feature:
Expand All @@ -101,5 +101,5 @@ jobs:
${{ runner.os }}-node-v${{ matrix.node-version }}-
- name: Install dependencies
run: yarn install --dev
- name: Run syntax linter
- name: Run feature tests
run: yarn test:feature
3 changes: 0 additions & 3 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
- [Home](/)


- **Browser Events**
- **Element Events**
- [GetElementEvent](/browser-events/element/get-element)



- **Endpoints**
- **Element Endpoints**
- [<span class="method-get">GET</span>` /<uuid> -` Get Element](/endpoints/element/get-element)
10 changes: 3 additions & 7 deletions docs/endpoints/element/get-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,19 @@ The get element endpoint is used to retrieve data of a specific element, either
> [!NOTE]
> This implementation calls the same endpoint in the Ember Nexus API. See their documentation for more details.
>
> <a class="btn" href="https://ember-nexus.github.io/api/#/api-endpoints/element/get-element"><img src="/assets/arrow-right.svg" />Ember Nexus API's documentation</a>
> <a class="btn" href="https://ember-nexus.github.io/api/#/api-endpoints/element/get-element"><img src="/assets/arrow-right.svg" alt="link to external site" />Ember Nexus API's documentation</a>
> [!WARNING]
> This implementation calls the same endpoint in the Ember Nexus API. See their documentation for more details.

> [!SECURITY]
> This implementation calls the same endpoint in the Ember Nexus API. See their documentation for more details.


It corresponds to the API endpoint GET `/<uuid>`
It corresponds to the API endpoint GET `/<uuid>`

## Method

The
The ...

## Browser event

Expand All @@ -32,4 +29,3 @@ The
workflow

<!-- panels:end -->

24 changes: 0 additions & 24 deletions test/MockServer/Element/GetElement/getElementBadResponse.ts

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions test/MockServer/Element/GetElement/getElementNormal200Response.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions test/MockServer/mockServer.ts

This file was deleted.

89 changes: 0 additions & 89 deletions test/OldFeatureEndpoint/Element/GetElementChildrenEndpoint.test.ts

This file was deleted.

Loading

0 comments on commit 6dcff45

Please sign in to comment.