Sha256: d2eb350349e86c8e09019c41516d19efe653b22564921e7d494e2198db79982d

Contents?: true

Size: 1.98 KB

Versions: 1

Compression:

Stored size: 1.98 KB

Contents

{
    "apis": [
        {
            "description": "test api", 
            "operations": [
                {
                    "errorResponses": [
                    ], 
                    "httpMethod": "POST", 
                    "nickname": "test call", 
                    "parameters": [
                        {
                            "allowMultiple": false, 
                            "dataType": "string", 
                            "description": "first query parameter", 
                            "name": "q1", 
                            "paramType": "query", 
                            "required": true
                        }, 
                        {
                            "allowMultiple": false, 
                            "dataType": "string", 
                            "description": "second query parameter", 
                            "name": "q2", 
                            "paramType": "query", 
                            "required": false
                        },  
                        {
                            "allowMultiple": false, 
                            "dataType": "string", 
                            "description": "first body parameter", 
                            "name": "b1", 
                            "paramType": "body", 
                            "required": true
                        },
                        {
                            "allowMultiple": false, 
                            "dataType": "string", 
                            "description": "second body parameter", 
                            "name": "b2", 
                            "paramType": "body", 
                            "required": false
                        }
                    ], 
                    "summary": "Call to test the API"
                }, 
            ], 
            "path": "/action.do"
        }
    ], 
    "basePath": "http://localhost/api/v0.1",
    "resourcePath": "", 
    "swaggerVersion": "1.1"
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geekier_factory-0.0.1 test/mock_definition.json