Code Monkey home page Code Monkey logo

Comments (6)

GrahamCampbell avatar GrahamCampbell commented on June 11, 2024

It would be a bad practice to "override" the token, but, I do have another suggestion...

from laravel-digitalocean.

GrahamCampbell avatar GrahamCampbell commented on June 11, 2024

Basically, just directly interact with the factory class: https://github.com/GrahamCampbell/Laravel-DigitalOcean/blob/master/src/DigitalOceanFactory.php.

You can resolve it out of the IOC, or, you can also get it by calling the getFactory method on the manager class (through the facade we have if you like facades).

from laravel-digitalocean.

GrahamCampbell avatar GrahamCampbell commented on June 11, 2024

https://github.com/StyleCI/StyleCI/blob/master/app/GitHub/ClientFactory.php

That example is somewhat similar, but is for my github package rather than this one. The principle is the same though. :)

from laravel-digitalocean.

06chaynes avatar 06chaynes commented on June 11, 2024

I am looking through but I unfortunately don't think I am fully grasping what needs to be done.

The overall goal of what I am trying to accomplish is to allow our users to enter their own token to manage their accounts. I can't enter each one as a static connection so I will need to be able to pull the key from the database and not a static config file.

Can you maybe elaborate a bit on your example?

Also this really is a great package that has already saved me a ton of dev time so thank you sir, it is much appreciated.

from laravel-digitalocean.

GrahamCampbell avatar GrahamCampbell commented on June 11, 2024

You just need to call the make method on the factory object with the user's details, then play with the object that comes out.

from laravel-digitalocean.

royduin avatar royduin commented on June 11, 2024

Example:

$info = DigitalOcean::getFactory()->make([
    'token' => $value,
    'driver' => 'guzzle',
])->account()->getUserInformation();

from laravel-digitalocean.

Related Issues (20)

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.