Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Dec 10, 2023
1 parent fcdbee0 commit 4e61e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion packages/json-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class extends Store {
}
```
For the full list of APIs available read the code documentation for [*Ember***Data** Cache](https://github.com/emberjs/data/blob/main/ember-data-types/cache/cache.ts)
For the full list of APIs see the docs for [Cache Interface](https://api.emberjs.com/ember-data/release/classes/%3CInterface%3E%20Cache)
@module @ember-data/json-api
Expand Down
9 changes: 0 additions & 9 deletions packages/json-api/src/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ URLs are stable. The same query will produce the same URL every time, even if th
the query or values in an array changes.
URLs follow the most common JSON:API format (dasherized pluralized resource types).
### Available Builders
- [createRecord](https://api.emberjs.com/ember-data/release/functions/@ember-data%2Fjson-api/createRecord)
- [deleteRecord](https://api.emberjs.com/ember-data/release/functions/@ember-data%2Fjson-api/deleteRecord)
- [findRecord](https://api.emberjs.com/ember-data/release/functions/@ember-data%2Fjson-api/findRecord)
- [query](https://api.emberjs.com/ember-data/release/functions/@ember-data%2Fjson-api/query)
- [updateRecord](https://api.emberjs.com/ember-data/release/functions/@ember-data%2Fjson-api/updateRecord)
*
* @module @ember-data/json-api/request
* @main @ember-data/json-api/request
Expand Down

0 comments on commit 4e61e16

Please sign in to comment.