-
Set of OSS tools that you need to design and build Enterprise-class APIs entirely in Node.js using Swagger specification and deploy them on any Node.js runtime system.
Relevant projects:
Swagger 2.…
-
Diacritics seems to be converted by ApiKit and they shouldn't be.
If I post this JSON :
{
"content": "Œdipe de Capharnaüm et Éric de Nîmes étaient français, drôles, naïfs et râleurs mais ils ont d…
ghost updated
9 years ago
-
I'd still like to keep an issue open on #955 for discussion. The pull request changes:
```
{
"author": "admin",
"author_email": "admin@example.com",
"author_url": ""
}
```
Into:
```
{
…
-
The login mechanism depends on a token. Since the app is small enough, I could simply add a global dictionary that maps auth tokens and users. In the spirit of good practices I wouldn't want to do tha…
-
Documentation should be added to the namespaces API. Current plan is to use [sinatra-docdsl](https://github.com/jillesvangurp/sinatra-docdsl) mixed in with the sinatra routes.
This allows us to tie …
-
Create representations of the RAML, JSON-API, and JSON Schema specifications.
-
Hi, I've found the following snippets in http://api-portal.anypoint.mulesoft.com/github/api/github-api-v3/github-api-v3.raml
```
resourceTypes:
- base:
get?: &common
headers:
…
-
I am not sure whether this is a bug in the API Designer or the RAML specification is not clear enough.
Take a look to the following example:
``` YAML
#%RAML 0.8
title: Test
resourceTypes:
- base:…
MMore updated
10 years ago
-
Add option for providing a RAML file when creating a service. The option would use functionality from https://github.com/mulesoft/raml-for-jax-rs
-
1. Open http://editor.swagger.wordnik.com/#/
2. The example of the api is in the window
3. Download json for the api
4. Put it on the server
5. Run swagger2raml.jar http://localhost:801/spec.json
6. I…