-
The readme needs some actual documentation in it. The gems this uses, how to interact with the API, which routes are available, how to authenticate, etc. Something in the style of https://github.com/z…
zwolf updated
7 months ago
-
Rails 7.1 app here. Created the vendor/assets/javascripts folder and put `choices.js` in it. In a stimulus controller tried to do:
```
import Choices from "choices.js"
```
and it failed. Al…
-
Avec les mots clefs "foreman docker-compose", deux repos uniquement sortent d'une recherche github.
L'un d'entre eux est français.
Je voulais faire un clin d'oeil à des collègues qui me rendent …
-
Hello,
I have a problem:
Pushing password on website still '"Pushing", but in log of docker container I see path for create password for example "emf3kuvvyebu" and when I use my domain and path …
-
Defining an array parameter as `Integer` within Apipie validates correctly in the HTML documentation but generates the Swagger file with an array of `string` type.
**Parameter defined within Apipie…
-
I am encountering an issue with the Swagger output when defining an array of hashes inside a hash in the response. The `items` array defined within a hash in response is being represented as an array …
-
I am running a simple script to dump BETYdb (to share with the PEcAn group) and load the newest updates. However, I am getting this message when running the commands which then cause the update to st…
-
I've got a default "Another API description", I expected to put something in `/config/initializers/apipie.rb`!
-
We have the need for generating multiple swagger files as output from `apipie`.
We might have different versions and different namespaces that we want to be separate swagger files.
`api/v1/names…
-
## Issue
Given the Login API only return the access token, how can the API consumer refresh it when the token expire, I assume the client needs to call the login API again to get a new token?
Al…