GithubHelp home page GithubHelp logo

defnot001 / ptero-client Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 373 KB

Type-safe, object-oriented wrapper around the Pterodactyl API.

TypeScript 100.00%
api-client api-wrapper pterodactyl typescript

ptero-client's Introduction

Thank you for checking out my profile page! ๐Ÿ‘‹

I recently started learning about web development topics and finished some basic courses on Codecademy. I use this profile to document my journey and hopefully also contriute towards OS projects. Until then, this is what I am up to at the moment:

  • ๐ŸŒฑ Iโ€™m currently learning Typescript and other web dev related topics.
  • ๐Ÿ”ญ Iโ€™m mainly working on my two Discord bots.

Check out my GitHub Stats here:

My GitHub Stats

Those are my favourite Languages:

Top Languages

I have a Discord Server where we can talk about anything that you might be interested in. You can also reach me via Email.

ptero-client's People

Contributors

defnot001 avatar

Stargazers

 avatar

Watchers

 avatar

ptero-client's Issues

Recieved invalid data

code

await ptero.servers.list();

error

ValidationError: Received invalid data from the API! Please report this error to the developers!

Received invalid data from the API (nests)

code

const result = await app.nests.list();

result:

โจฏ Error: Received invalid data from the API! Please report this error to the developers!
[
  {
    "received": "list",
    "code": "invalid_literal",
    "expected": "nest",
    "path": [
      "object"
    ],
    "message": "Invalid literal value, expected \"nest\""
  },
  {
    "code": "invalid_type",
    "expected": "object",
    "received": "undefined",
    "path": [
      "attributes"
    ],
    "message": "Required"
  }
]

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.