You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Pereslegin (Jira)" <ji...@apache.org> on 2020/09/18 13:04:00 UTC

[jira] [Comment Edited] (IGNITE-12977) Document the ability to add non-primitive objects via REST.

    [ https://issues.apache.org/jira/browse/IGNITE-12977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198213#comment-17198213 ] 

Pavel Pereslegin edited comment on IGNITE-12977 at 9/18/20, 1:03 PM:
---------------------------------------------------------------------

[~dmagda], thank you.

I noticed that the comments in the table are not visible:
 !restapi-short-before.png!
 I prepared a additional [PR (#8256)|https://github.com/apache/ignite/pull/8256] to fix this issue (organization -> orgId):
 !restapi-short-after.png!


was (Author: xtern):
[~dmagda], thank you.

But I don't see an updated version of the document from the link provided.

I checked IGNITE-7595 locally and noticed the comments in the table are not visible:
!restapi-short-before.png!
I prepared a additional [PR (#8256)|https://github.com/apache/ignite/pull/8256] to fix this issue (organization -> orgId):
!restapi-short-after.png!

> Document the ability to add non-primitive objects via REST.
> -----------------------------------------------------------
>
>                 Key: IGNITE-12977
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12977
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation, rest
>            Reporter: Pavel Pereslegin
>            Assignee: Pavel Pereslegin
>            Priority: Major
>             Fix For: 2.9
>
>         Attachments: restapi-short-after.png, restapi-short-before.png
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> [https://apacheignite.readme.io/docs/rest-api]
> [Data types]
> The REST API also supports custom types.
>  For such objects, the JSON format is used.
> If the type name is a Java class that is available on the server, the fields will be stored according to the definition of the Java class.
>  If the type name is a query entity type, the fields will be stored according to the type of field defined in the query entity.
>  If the type name is a different type, the fields will be stored according to regular JSON types.
> [Sql query execute]
>  [Sql fields query execute]
>  [Scan query execute]
> Request parameters 
>  keepBinary | boolean | yes | do not deserialize [binary objects|https://apacheignite.readme.io/docs/binary-marshaller], _false_ by default



--
This message was sent by Atlassian Jira
(v8.3.4#803005)