Updated RestAPI commands

This commit is contained in:
jvelilla
2013-04-15 16:16:16 -03:00
parent 1daab0598a
commit c63e307179
11 changed files with 2183 additions and 121 deletions

View File

@@ -27,7 +27,7 @@ feature -- Access
do
initialize_converters (json)
create parser.make_parser (str)
if attached parser.parse_object as st and parser.is_parsed then
if attached parser.parse as st and parser.is_parsed then
Result := st
end
end
@@ -68,5 +68,6 @@ feature -- Access
j.add_converter (create {SE_STATUS_VALUE_JSON_CONVERTER}.make)
j.add_converter (create {SE_CAPABILITIES_JSON_CONVERTER}.make)
j.add_converter (create {SE_RESPONSE_JSON_CONVERTER}.make)
j.add_converter (create {SE_TIMEOUT_TYPE_JSON_CONVERTER}.make)
end
end