Brian J. Miller
Brian J. Miller
Was finally looking to upgrade dependencies in an existing project from 0.9.6 (I know, I'm sorry) to latest, and it seems there is no way to return a function as...
I don't really expect a change necessarily for this issue, but I wanted to make sure it got documented in case anyone else came across it. We've had two reports...
Given a list of languages like: `['en-US' => '...', 'en-UK' => '....']` And a language string of: `en-US, *` I get the value for `en-UK` using `getBest` and based on...
"registration" is intended as a data aggregation property (primarily) and we've come across use cases where it might be helpful to have a list of related registrations similar to the...
Is eventual consistency supposed to apply to all API calls or only to statements? Based on where the "X-Experience-API-Consistent-Through" header is listed my current read is that it only applies...
https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#stateapi
Should be able to more freely detect additional schemes and punt to the user to know when their code fails on a particular scheme, for instance `file://` which is where...
The `more` property value from a `GET /statements` request may be an empty string if there are no more results available. The constructor for `StatementsResult` should handle this case in...
`more` links returned from fetching with attachments won't be handled correctly by `LRS.moreStatements` as there needs to be special handling similar to what occurs in `LRS.queryStatements`.