-
Why template basic not include a important feature? it is login as database.. basic is recommendate for newbie and simple project.. but I think its too simple.. in yii1.. demo blog use login as databa…
-
#44 is creating the thermostat schema in OCF format.
In parallel, we need to update one translator (let's pick the Wink Thermostat Translator for ease) to implement that schema. This includes:
## Upd…
-
When applying more than one overlay and/or extension to a root raml, the ramls should be chained in order to have a single point of access, so it is possible to always return a single raml when an api…
-
Microsoft and others are working on a standard protocol to expose language services in a decoupled way (from a particular IDE). See: https://github.com/Microsoft/language-server-protocol
Implementin…
-
api-console seems not support RAML 1.0 spec. For RAML 0.8 I had to copy content from dist dir into my dir with .raml definitions. This not work for 1.0, Unsupported #%RAML 1.0.
How can I create API f…
-
Hello, there,
I am using RAML API-Designer and API-Console to design our REST API.
I got a problem for the "**Try It**" function, both in API-Designer and API-Console, when I use "Try It" for a "PUT,…
-
Hello, there,
I am using RAML API-Designer and API-Console to design our REST API.
I got a problem for the "**Try It**" function, both in API-Designer and API-Console, when I use "Try It" for a "PUT,…
-
Firstly, thanks for contributing this, i'm slowly coming up-to-speed with RAML and this is a good way to get there.
Now my dumb question, and i'm really embarrassed to ask this !.
I'm running a loca…
-
It seems that RAML data types do not provide a way to allow for null-valued data in payloads, null-valued annotations, etc.
An example of that is
``` raml
type:
properties:
name:
comment…
-
Hello! Is it possible to define API in separate files?
For example i want to define "issues" in issues.raml file and "users" in users.raml.
Thanks.