Viljami Kuosmanen
Viljami Kuosmanen
I would suggest distributing the pifs filesystem source itself as a pifs disk image. I'm just pointing out that this would be very space-conserving and easily upgradeable since the newest...
OpenAPI specification, previously known as Swagger is the open standard for describing RESTful APIs. It's the most broadly used machine-readable API definition standard. https://www.openapis.org/ See PR #17
This PR adds OpenAPI specification as a skill to the _Databases & Servers_ section under REST API. #### OpenAPI Learn about the OpenAPI specification for describing RESTful APIs * [...
Two things are needed: 1. A way to handle all preflight (`OPTIONS`) requests. Right now they are likely handled by the notFound handler. 2. A way to get the allowed...
We always assume each operation has an operationId. However, according to the OAS spec, it's not actually required. We should provide a fallback for these cases.
We should support providing swagger 2 as an input document and internally upgrading it to OAS 3
Sometimes operationIds aren't very helpful, or completely missing. Let's provide useful aliases for those cases. Some examples: `GET /pets` -> `getPets` `GET /pets/{id}` -> `getPetsById` `POST /pets` -> `postPets` `DELETE...
wp_upload_dir() return values seem not to be affected by the domain alias setting. This needs further inspection.
**Describe what happened** I've followed the [steps to upload source maps](https://docs.datadoghq.com/real_user_monitoring/guide/upload-javascript-source-maps/?tab=webpackjs#upload-your-source-maps) for RUM logging, but don't see unminified errors in datadog logs. My guess is that this is because we...
https://github.com/readmeio/api-explorer