GithubHelp home page GithubHelp logo

blainefricks / pockets-infinity Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 448 KB

Destiny Companion Chrome Extension

Home Page: http://blainefricks.github.io/pockets-infinity/

License: MIT License

JavaScript 55.76% HTML 25.65% CSS 18.59%
chrome-extension destiny

pockets-infinity's People

Contributors

blainefricks avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

pockets-infinity's Issues

Support 'bungledid' Cookie

Possibly blocking issue #8.

Include the bungledid cookie in the http header for all api requests.

Cookies

In general, if you use an HTTP stack that correctly handles the Set-Cookie header in responses, you should be good to go. In particular, we ask that you support the bungled and bungledid cookies. These help us with specific diagnostics tasks, and will come in handy if you ever need us to help you troubleshoot an issue on Bungie.net.

Reference Link

Guardian Inventory

Get the inventory of logged in guardian.

Task List

  • #11 Get Guardian Inventories
  • #12 UI: Guardian Inventory

Receiving ErrorCode: 99 even though user is signed in to bungie.net

getBungieNetUserRequest() is returning the following data even when user is signed in to Bungie.net:

Object {
  ErrorCode: 99,
  ThrottleSeconds: 0,
  ErrorStatus: "WebAuthRequired",
  Message: "Please sign-in to continue.",
  MessageData: Object
}

May need to also provide the bungledid cookie in the cookie header.

Cookies

In general, if you use an HTTP stack that correctly handles the Set-Cookie header in responses, you should be good to go. In particular, we ask that you support the bungled and bungledid cookies. These help us with specific diagnostics tasks, and will come in handy if you ever need us to help you troubleshoot an issue on Bungie.net.

See issue #18 for progress.

Update README.md for v0.1.0-alpha

Update the README.md file for v0.1.0-alpha with instructions on how to install for testing.

Also describe what the app will be doing and show the user what to expect.

Destiny 2.0

There are new updates to the API in Destiny 2.0.

  • Light Level
  • Experience Level
  • New Buckets

Guardian Selection

Allow user to select which Guardian they are viewing as default.

Task List

  • #6 UI: Guardian Selection

Error Dialogs

Create error dialogs to display the error messages from bungie.net.

Issue Error Code Message
## 5 Bungie.net is down for maintenance.
## 99 Please sign-in to continue.

See full list of error codes for more information.

Let Users Set API Key Value

In order to help keep the developer API Key unexposed as required by Bungie, let the user add their own apiKey value with ENTER_YOUR_API_KEY_HERE to bungieService.factory.js file.

var apiKey = 'ENTER_YOUR_API_KEY_HERE';

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.