Code Monkey home page Code Monkey logo

opsgenie-sdk-revived's Introduction

Hi there πŸ‘‹

Hello, I'm Daniel Carlyon, I normally go by Dan. I'm a Technical Software Consultant & Software Engineer

I work primarily with PHP, NodeJS, Javascript, Typescript, Java and a bit of Python along with various databases, like Postgres and SQL.

I'm a Twitch Affiliate and a stream tool creator (Things like apps and bots for streamers)

  • πŸ”­ I’m currently working on "Too many things" but some of them are OpsGenie SDK Revived, New Relic API Client, Twitch SDK and a currently unreleased project for streamers (Soonβ„’)
  • 🌱 I’m currently expanding my knowledge of AWS & Typescript
  • πŸ’¬ Ask me about my extended car warranty
  • πŸ“« How to reach me: Twitter or LinkedIn
  • ♂️ Pronouns: He/Him

opsgenie-sdk-revived's People

Contributors

allcontributors[bot] avatar dancarlyon avatar dependabot[bot] avatar joshrichards37 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

opsgenie-sdk-revived's Issues

User V2 Apis

Update dependencies

a few dependencies are out of date and should be updated for security, performance and potentially new features

getScheduleTimeline doesn't work within interval & intervalUnit

I found that the options were being ignored when called getScheduleTimeline()

To resolve we need to inculde the data in the URL, for example

        getScheduleTimeline: function (identifier, config, cb) {
            let path = api.getPath(baseURL, identifier, timeline);
            let finalPath = api.getPathWithListParams(path, config);
            api.get(finalPath, config, cb)
        },

Testing

Consider using something like Jest for unit testing

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.