Coder Social home page Coder Social logo

fluentxapi's People

Contributors

erwindl0 avatar gimly avatar lucassupportsquare avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fluentxapi's Issues

Debug into package sources

Tried to install v0.8.0, hoping to be able to step into sources (see #13). But it does not seem to work. Is this a bug, or does the latest release not include the bits from this PR?

Attachment json serialization issues: wrong property name camel-casing, null-serialization

Contrary to the other classes, Attachment.cs does not contain yet JsonProperty annotations.
As a consequence the JSON serialization has wrong property names.
It also exports null properties.

E.g. UsageType i.o. usageType. And similar for the other properties.
This leads to parsing errors on an LRS backend.

        "attachments": [
            {
                "UsageType": "http://id.tincanapi.com/attachment/supporting_media",
                "Display": {
                    "en-US": "Test Note"
                },
                "ContentType": "image/jpg",
                "Length": 219730,
                "Sha2": "5eddbaa46952f1bd8ac0a09631fa6530ca9077f82e81753702d3cea3ddcdee4b",
                "Description": null,
                "FileUrl": null
            }
        ]

should be:

        "attachments": [
            {
                "usageType": "http://id.tincanapi.com/attachment/supporting_media",
                "display": {
                    "en-US": "Test Note"
                },
                "contentType": "image/jpg",
                "length": 219730,
                "sha2": "5eddbaa46952f1bd8ac0a09631fa6530ca9077f82e81753702d3cea3ddcdee4b"
            }
        ]

cfr https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Communication.md#example

Broken properties

Question: do you develop / take PRs

What the title says, is this actively being developed? Do you take PRs when something's missing / broken?

Haven't really tried the library yet, but I want to check this beforehand :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.