GithubHelp home page GithubHelp logo

onenotedev / android-rest-api-explorer Goto Github PK

View Code? Open in Web Editor NEW
36.0 36.0 11.0 1.84 MB

View and run the REST APIs that read, add, update, and delete OneNote entities such as notebooks, section groups, sections, and pages.

License: MIT License

Java 96.72% HTML 3.28%

android-rest-api-explorer's People

Contributors

andrewjmay avatar davidchesnut avatar dianed avatar dipakboyed avatar iambmelt avatar

Stargazers

 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

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

android-rest-api-explorer's Issues

onError method does not indicate any problems to the user

In the SignInActivity.java file there is an onError handler for signing in that is called when an error occurs. The code does not indicate that anything went wrong, so if there is a problem, the user is returned to the sign in activity with no explanation. Recommend adding a toast.

@Override
public void onError(Exception e) {
   // Recommend add a toast here for the user
    e.printStackTrace();
}

Change app name and icon

app_name string reads "OneNote REST Demo". Should be "OneNote REST API Explorer". Also the icon needs to be our standard flag icon.

Readme contains supported content inaccuracy

Thanks to @DianeD for calling this out:

In the readme, it says SP site notebooks are supported, but I think not? Their URLs would include this context bit: myorganization/siteCollections/{id}/sites/{id}

โ€ฆ Or you can authenticate using a work or school account to connect to OneNote on either your organization's OneDrive or *SharePoint site* on Office 365.

Screenshots?

Can we add some screenshots either to the wiki or to the readme?

Determine which scopes are required

Currently using:

wl.signin
wl.offline_access
office.onenote_create
office.onenote_update_by_app
office.onenote_update

but @unpluggedk is only using:

wl.signin
wl.offline_access
office.onenote_create

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.