prassie

Results 7 comments of prassie

For somebody who checks on this thread to know the advantages of RapiDoc, here's an example which demonstrates the [various options](https://rapidocweb.com/api.html) in RapiDoc: https://rapidocweb.com/examples/api-demo.html ![](https://user-images.githubusercontent.com/1357831/219142458-dccb65d5-5f92-450b-9d4e-11d801ee2cc3.png) ![](https://user-images.githubusercontent.com/1357831/219142589-9ce165a1-8554-4159-8664-00a9b4a2402f.png) ![](https://user-images.githubusercontent.com/1357831/219143020-78ba797e-8f31-4e79-bf86-115cb3a524ed.png)

rendered JSON is missing model schema referred in `"schema": { "$ref": "#/definitions/Model" }`

1. Please embed the images instead of separate links for easier reading as shown below 2. Seems the definitions are stored in a separate file in the basePath, which is...

@harttle would an option for global/default date format help, similar to timezoneOffset? In current code, the default format is hard coded. With such an option, engine users will be free...

Won't it be simpler/easier to use a simple static html like this: https://rapidocweb.com/examples/api-demo.html ?

@shawnachieve It does work, except that you've to re-select the active item after switching the option. As show below from the example: https://rapidocweb.com/examples/api-demo.html#get-/providers/microsoft.aadiam/diagnosticSettings ![image](https://user-images.githubusercontent.com/1357831/225156918-a20edc05-0c4a-48d9-949a-56c8b5191d1a.png)

try exposing only in a worker thread. ``` import { expose, isWorkerRuntime } from "threads/worker"; if (isWorkerRuntime()) { expose(trainModel); } ```