Difference between revisions of "Linden Lab Official talk:Inventory API"

From Second Life Wiki
Jump to navigation Jump to search
m (→‎... also, isn't this Inventory API outdated?: hrrrmpf pointed to *wrong* wikilink. Duh!)
 
(One intermediate revision by the same user not shown)
Line 40: Line 40:


# No endpoints are mentioned, so one must assume that the developer ''knows'' where to find them!
# No endpoints are mentioned, so one must assume that the developer ''knows'' where to find them!
# Authentication is not really 'explained' but rather 'assumed'
# Authentication is not really 'explained' but rather 'assumed'
 
# Hasn't this API been superseded with [[Linden Lab Official:Inventory API v3]]? If so, why isn't there any mention of this most important fact? Or are both versions (2 and 3) active in parallel, to cater for ancient viewers (or TPVs built on ancient APIs)? Or are the two APIs meant for two completely different things? If so, maybe they need an introductory paragraph explaining the context for each of the APIs.
# Hasn't this API been superseded with [[Linden Lab Official:Inventory API 3]]? If so, why isn't there any mention of this most important fact? Or are both versions (2 and 3) active in parallel, to cater for ancient viewers (or TPVs built on ancient APIs)? Or are the two APIs meant for two completely different things? If so, maybe they need an introductory paragraph explaining the context for each of the APIs.


If v3 superseded v2 completely, and v2 has been deprecated and '''removed''', then it's time to move this page to the historic archive, and make sure all the old links point to the 'new' API instead.
If v3 superseded v2 completely, and v2 has been deprecated and '''removed''', then it's time to move this page to the historic archive, and make sure all the old links point to the 'new' API instead.


— [[User:Gwyneth Llewelyn|Gwyneth Llewelyn]] ([[User talk:Gwyneth Llewelyn|talk]]) 12:38, 19 August 2023 (PDT)
— [[User:Gwyneth Llewelyn|Gwyneth Llewelyn]] ([[User talk:Gwyneth Llewelyn|talk]]) 12:38, 19 August 2023 (PDT)

Latest revision as of 12:40, 19 August 2023

The LLIDL entries need some <syntaxhighlight> love :)

The <python></python> tags are obsolete, deprecated, and have been purged from this Wiki :-)

What this page needs instead is something like this:

&category = {
   agent_id        : uuid,
   category_id     : uuid,
   parent_id       : uuid,
   name            : string,
   type_default    : int,
   version         : int,
}

which, of course, is achieved with the following markup:

<syntaxhighlight lang="python">
&category = {
   agent_id        : uuid,
   category_id     : uuid,
   parent_id       : uuid,
   name            : string,
   type_default    : int,
   version         : int,
}
</syntaxhighlight>

... assuming that you really want it to be highlighted as Python code, of course.

Gwyneth Llewelyn (talk) 12:27, 1 August 2022 (PDT)

... also, isn't this Inventory API outdated?

I've noticed a few things in this API description:

  1. No endpoints are mentioned, so one must assume that the developer knows where to find them!
  2. Authentication is not really 'explained' but rather 'assumed'
  3. Hasn't this API been superseded with Linden Lab Official:Inventory API v3? If so, why isn't there any mention of this most important fact? Or are both versions (2 and 3) active in parallel, to cater for ancient viewers (or TPVs built on ancient APIs)? Or are the two APIs meant for two completely different things? If so, maybe they need an introductory paragraph explaining the context for each of the APIs.

If v3 superseded v2 completely, and v2 has been deprecated and removed, then it's time to move this page to the historic archive, and make sure all the old links point to the 'new' API instead.

Gwyneth Llewelyn (talk) 12:38, 19 August 2023 (PDT)