@gitbook/react-openapi 0.2.0 → 0.3.0
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/CHANGELOG.md +6 -0
- package/README.md +2 -9
- package/package.json +1 -1
- package/src/Markdown.tsx +1 -0
- package/src/OpenAPICodeSample.tsx +1 -1
- package/src/OpenAPIOperation.tsx +1 -0
- package/src/OpenAPIRequestBody.tsx +2 -0
- package/src/OpenAPIResponse.tsx +1 -0
- package/src/OpenAPIResponseExample.tsx +1 -0
- package/src/OpenAPIResponses.tsx +1 -0
- package/src/OpenAPISecurities.tsx +1 -0
- package/src/OpenAPIServerURL.tsx +1 -0
- package/src/OpenAPIServerURLVariable.tsx +1 -1
- package/src/OpenAPISpec.tsx +1 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
# `@gitbook/react-openapi`
|
|
2
2
|
|
|
3
|
-
React components to render OpenAPI
|
|
3
|
+
Style-less React components to render OpenAPI operation blocks.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- Generate code samples for the request
|
|
8
|
-
- Support custom cde samples with `x-codeSamples` (Redocly syntax)
|
|
9
|
-
|
|
10
|
-
## TODO
|
|
11
|
-
|
|
12
|
-
- Support for trying out the request
|
|
5
|
+
Note: The package is a TypeScript package and do not expose JS built files.
|
package/package.json
CHANGED
package/src/Markdown.tsx
CHANGED
package/src/OpenAPIOperation.tsx
CHANGED
package/src/OpenAPIResponse.tsx
CHANGED
package/src/OpenAPIResponses.tsx
CHANGED
package/src/OpenAPIServerURL.tsx
CHANGED