Coder Social home page Coder Social logo

pelioniot / mbed-cloud-sdk-java Goto Github PK

View Code? Open in Web Editor NEW
6.0 59.0 6.0 19.16 MB

Pelion Device Management SDK for Java

License: Apache License 2.0

Java 98.47% Batchfile 0.01% Shell 0.04% Python 1.24% Dockerfile 0.01% Scala 0.02% HTML 0.22%
sdk-java arm device-management cloud iot iot-cloud java-library mbed mbed-cloud-sdk mbed-cloud-apis

mbed-cloud-sdk-java's People

Contributors

acabarbaye avatar davidhyman avatar dependabot-preview[bot] avatar fheathco avatar madchutney avatar mark-edgeworth avatar monty-bot avatar mray190 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mbed-cloud-sdk-java's Issues

[Docs] Missing required tags for mandatory data members in data objects

Users need to know what data members for a specific input object are required to be "functional".

For example, if a user wants to create a FirmwareManifest, which data members do they HAVE to fill out for the manifest object to be functionally complete?

In the example, I have:

String fileName = "C:\\Users\\mbedUser\\quickstart.manifest";
FirmwareManifest manifest = new FirmwareManifest();
manifest.setDatafile(fileName);
manifest.setDescription("Quick start manifest");
manifest.setName(fileName.substring(0,fileName.indexOf(".")));

I believe the manifest.setDatafile function is mandatory and same with manifest.setName. We need to call attention to that in the docs.

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.