Giter Club home page Giter Club logo

damn's People

Contributors

crazy4groovy avatar n6g7 avatar romaindurand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

damn's Issues

Option to pass in an Auth Code (Implicit)

  • An Option to pass in an Auth Code that you got from GET https://www.deviantart.com/oauth2/authorize into the Implicit function (I dont want to give in any passwords or so)

galleryAll() gives undefined

`
const d_clientId = 1234
const d_clientSecret = 'asdasdasd'
var d_username = 'mrjengas'

Damn.clientCredentials(d_clientId, d_clientSecret)
.then(damn => damn.galleryAll())
.then(deviations => console.log(deviations))
`
output:
image

No error when using wrong credentials

When providing wrong credentials :

dAmn.public(00000, 'invalid_secret', function(err, daClient) {
    console.log(err); // null
    console.log(daClient);
});

here daClient is :

Client {
  accessToken: undefined,
  privateAccess: false,
  matureFilter: true,
  request:
   { [Function]
     get: [Function],
     head: [Function],
     post: [Function],
     put: [Function],
     patch: [Function],
     del: [Function],
     cookie: [Function],
     jar: RequestJar { _jar: [Object] },
     defaults: [Function] } }

should be :

dAmn.public(00000, 'invalid_secret', function(err, daClient) {
    console.log(err); // Error("Wrong credentials")
    console.log(daClient); // null
});

No idea how to use

I've read both the readme and what I could understand of the source and I have no idea how to use this.
I've copy/pasted some of the code snippets from the readme and they do nothing. I have no idea how to extract/use either an answer or even just a token from this library. An example would be immensely helpful here. Just, something that does auth and gets any information from the user account and outputs it to console.log, with that I'd be able to figure out all of the rest out ( though an example of how to get/display an auth error would be perfect on top of that ).
Thanks a ton in advance.

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.