@ragrails/api-playground-react 0.1.5 → 0.1.6
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@ragrails/api-playground-react)
|
|
6
6
|
[](./LICENSE)
|
|
7
7
|
|
|
8
|
-
A lightweight, embeddable React API playground for interactive API docs, developer portals, SDK docs, and internal tools.
|
|
8
|
+
A lightweight, embeddable React API playground by [RagRails](https://docs.ragrails.com) for interactive API docs, developer portals, SDK docs, and internal tools.
|
|
9
9
|
|
|
10
10
|
Give developers a fast way to understand and test your API without leaving your docs. Add one component and get cURL-powered code snippets, a **Try it out** console, request editing, auth, cURL import, live API responses, and history.
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ragrails/api-playground-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Lightweight embeddable React API playground for interactive API docs, cURL snippets, try-it-out requests, and developer portals.",
|
|
6
6
|
"keywords": [
|