-
These are presented in the raml as an array of objects with a single key, which is the display name with the value underneath. This wrapper object is a real pain and doesn't need to be there. To get t…
-
I'm including this annotation in my model, and there is one attribute there that I want to hide from the API, cause it's not relevant.
As far as I know, "hidden" attribute of @ApiModelProperty does i…
-
_From @kyyberi on November 3, 2015 16:59_
RAML spec versio 1.0 is out and in the same time tools have been put out.
"API Designer is a standalone/embeddable editor for RAML (RESTful API Modelin…
-
Before:
```C#
// Inside ProductsController
[HttpGet("{id}")]
public Product GetProduct(int id)
{
Product item = repository.Get(id);
if (item == null) throw new HttpResponseException(Htt…
-
The js parser says that it is failing due to an unused parameter error (design center and APIkit console in Studio), while if I use java parser this kind of error does not appear because is a warning …
-
hi.
Would like to be able present a type of `Either[Dog,Cat]` (or in clojure `(either Dog, Cat, Moose)` in the Spec. Quite common construct in the FP land. Would be like a enum, but with values of an…
-
Hi all,
Now that the RAML Workgroup released 1.0, and we added support for it to our latest version of the API Console; we thought its time for us to share our next plans for the API Console with y…
-
Let's talk about `Controller`'s.
**Background**
- [What is a Controller?](https://github.com/strongloop/loopback-next/wiki/Overview#what-is-a-controller)
ritch updated
7 years ago
-
**jaxrs-to-raml**
Is the new release 2.0.0 will support JAXB annotations for types like the previous one ?
Any roadmap for this feature ? Need help ?
-
## Background
GraphSpace is an easy-to-use web-based platform collaborating research groups can use for storing, interacting with, and sharing networks. A GraphSpace user can upload graphs through a …