-
### Package.json file
```JSON
{
[...]
"scripts": { [...] },
"dependencies": {
"@medusajs/admin-sdk": "latest",
"@medusajs/framework": "latest",
"@medusajs/me…
-
https://github.com/CaXaPp/CRM/blob/4e270258cfe2b571df8110e174162692c479c813/src/main/java/esdp/crm/attractor/school/controller/ApplicationController.java#L51
-
```swift
struct MealPlanDTO: Codable {
let results: [MealPlanResultDTO]
}
struct MealPlanResultDTO: Codable {
let date: String
let cafeterias: [CafeteriaDTO]
}
struct Cafeteria…
-
## Overview of the feature request
The [current PR for this documentation](https://github.com/jhipster/jhipster.github.io/pull/1335) aims to improve the existing guide from the _current_ starti…
-
-
There is multiples DTOs on swagger that properties are marked as nullable and they dont
-
Consider using DTOS in your controller(ProduitDTO instead of Produit). Also, change the name of your controller class.
-
If a type is used with JSON-serialization methods (for example `JsonUtility.ToJson`), raise a warning if the type does not have a `Dto` suffix.
For types that *do* have a `Dto` suffix, verify that …
-
Handwriting documents can be troublesome, but existing tools require handwriting for each API, which is repetitive work
// Query
// @Tags User
// @Summary User
// @Security ApiKeyAuth
// @Param d…
HHC26 updated
2 months ago
-
### Apache NetBeans version
Apache NetBeans 23
### What happened
I created a new "Musician" project "Java with Ant" -> "Java Enterprise" -> "Enterprise Application Client", adding it with "Ad…