This repository was archived by the owner on Jun 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
This repository was archived by the owner on Jun 23, 2019. It is now read-only.
no implicit conversion of Symbol into Integer (TypeError) #10
Copy link
Copy link
Open
Description
/app/vendor/bundle/ruby/2.1.0/gems/matter_compiler-0.5.1/lib/matter_compiler/blueprint.rb:79:in `[]': no implicit conversion of Symbol into Integer (TypeError)
caused by headers in blueprints 1.0
"headers": {"Authorization": "RAPI ****token****"},
input ast:
{
"_version": "2.0",
"metadata": [],
"name": "****apiname****",
"description": "",
"resourceGroups": [
{
"name": "****apiname****",
"description": "",
"resources": [
{
"name": "Details",
"description": "",
"uriTemplate": "/****clientname****/rapi/learner/asset/{id}/details",
"model": {},
"parameters": [
{
"name": "id",
"description": "",
"type": "string",
"required": false,
"default": "",
"example": "",
"values": []
}
],
"actions": [
{
"name": "Details",
"description": "",
"method": "GET",
"parameters": [],
"examples": [
{
"name": "Examples",
"description": "Examples created from requests in SoapUI",
"requests": [
{
"name": "Request 1",
"description": "",
"headers": {
"Authorization": "RAPI ****token****"
},
"body": "",
"schema": ""
}
],
"responses": []
}
]
}
]
}
]
}
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels