Skip to content

Commit 193b23c

Browse files
committed
Update docs
1 parent b924817 commit 193b23c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# laravel-orion-api
22

33
[![license](https://img.shields.io/badge/license-MIT-blue)](https://img.shields.io/badge/license-MIT-blue)
4-
[![coverage](https://img.shields.io/badge/coverage-98.78%25-green)](https://img.shields.io/badge/coverage-98.78%25-blue)
4+
[![coverage](https://img.shields.io/badge/coverage-100%25-green)](https://img.shields.io/badge/coverage-100%25-blue)
55
[![npm (tag)](https://img.shields.io/npm/v/@libvue/laravel-orion-api/latest?label=npm%20package)](https://badge.fury.io/js/@libvue%2Flaravel-orion-api)
66

77
#### A Laravel Orion compatible repository-based Javascript http-client powered by axios.
@@ -97,6 +97,7 @@ PostRepository.search({ limit: 10, sort: "-id" }).then((data) => {
9797
| batchStore | POST | data, multipart | - |
9898
| batchUpdate | PATCH or POST | data | - |
9999
| batchDestroy | DELETE | data | - |
100+
| batchRestore | POST | data | - |
100101
| indexRelation | GET | id, relation, data | includes, aggregates |
101102
| searchRelation | POST | id, relation, data | page, limit, sort, filters, search, includes, aggregates |
102103
| showRelation | GET | id, relation, relationId, data | includes, aggregates |

0 commit comments

Comments
 (0)