Git Product home page Git Product logo

Comments (2)

maael avatar maael commented on June 8, 2024

Hi!

Thanks for the suggestion - I've gone ahead and added the basics of dojo information at https://temtem-api.mael.tech/api/dojos, for the 5 available dojos. You can read more about it on the docs site at https://temtem-api.mael.tech/#/api/dojos. In regards to the "order" used, it returns the order on the wiki - which I hope is what you were wanting!

An example of the returned data is:

[
  {
    "name": "Arissola Dojo",
    "wikiUrl": "https://temtem.gamepedia.com/Arissola_Dojo",
    "types": ["Wind", "Water"],
    "leader": {
      "name": "Sophia",
      "temtem": [
        {
          "level": 17,
          "name": "Kalabyss",
          "number": 128,
          "trait": "Botanophobia",
          "techniques": [
            "Aqua Stone",
            "Strangle",
            "Water Blade",
            "Tentacle Whip"
          ]
        },
        {
          "level": 17,
          "name": "Loali",
          "number": 11,
          "trait": "Botanist",
          "techniques": ["Toxic Spores", "Wind Blade", "Urushiol", "Tenderness"]
        },
        {
          "level": 18,
          "name": "Sparzy",
          "number": 82,
          "trait": "Last Rush",
          "techniques": ["Psychosis", "Tesla Prison", "Held Anger", "DC Beam"]
        },
        {
          "level": 19,
          "name": "Pigepic",
          "number": 141,
          "trait": "Friendship",
          "techniques": ["Heavy Blow", "Nimble", "Nibble", "Scratch"]
        },
        {
          "level": 21,
          "name": "Tuwai",
          "number": 130,
          "trait": "Spoilsport",
          "techniques": [
            "Multiple Pecks",
            "Wind Burst",
            "Feather Gatling",
            "Shrill Voice"
          ]
        },
        {
          "level": 22,
          "name": "Oceara",
          "number": 115,
          "trait": "Hydrologist",
          "techniques": [
            "Ice Shuriken",
            "Tsunami",
            "High-pressure Water",
            "Kick"
          ]
        }
      ]
    }
  },
  ...
]

I think that should resolve this specific request, so I'm going to close the issue now. If you think there's more that needs to be done, please feel free to either re-open this, or raise a new issue. 👍

from temtem-api.

BaileyMillerSSI avatar BaileyMillerSSI commented on June 8, 2024

That was so fast! I am very busy at work this week but I was hoping to eventually open source my code so you can see how I am using these features and the roadmap for the bot I am building.
Alpha Page

from temtem-api.

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.