vuefinder 4.0.11 → 4.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/vuefinder.css +1 -1
- package/dist/vuefinder.js +3184 -3084
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,9 @@ You can use any backend language. VueFinder talks to your server through the `dr
|
|
|
31
31
|
|
|
32
32
|
- PHP (recommended for plug‑and‑play): [VueFinder Php Library 4.0](https://github.com/n1crack/vuefinder-php)
|
|
33
33
|
|
|
34
|
-
Data contracts are stable and designed to be simple to implement. If you use the PHP package, these endpoints are already provided. For other stacks, mirror the same responses and you
|
|
34
|
+
Data contracts are stable and designed to be simple to implement. If you use the PHP package, these endpoints are already provided. For other stacks, mirror the same responses and you're good to go.
|
|
35
|
+
|
|
36
|
+
The complete API specification is available as an [OpenAPI 3.0 specification](https://vuefinder.ozdemir.be/api-reference/openapi.html) for easy integration and validation.
|
|
35
37
|
|
|
36
38
|
Older ecosystem libraries (for VueFinder 3.x and earlier):
|
|
37
39
|
|