Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Update api specs to reflect changes to the raw endpoint. #105

Open
CrosswaveOmega opened this issue Jun 13, 2024 · 0 comments
Open
Labels
documentation Improvements or additions to documentation feature request This issue requests a feature that doesn't exist (yet) good first issue Good for newcomers mapping This issue or it's solution is related to how information is mapped

Comments

@CrosswaveOmega
Copy link

CrosswaveOmega commented Jun 13, 2024

I'm not sure if this is the best place to ask this, but the openapi spec for the raw endpoints Status and WarInfo needs to be updated.

WarSeason/801/Status/

List of missing fields

  • communityTargets

    • currently an empty list, use unknown
  • planetActiveEffects

    • List of "planetEffect" objects composed of planet index field and a galacticEffectID field
    • as of writing, the only planet on here is Meridia,
  • activeElectionPolicyEffects:

    • currently an empty list. Use unknown.
  • Global Events

    • list of Global Event objects, currently just used for the briefing text at start/end of mo.
    • eventId: integer,
    • id32: integer, use unknown
    • portraitId32: integer, use unknown
    • title: string, displayed on the map screen at start/end of MO.
    • titleId32:integer, use unknown
    • message: string, displayed on map screen at start/end of MO.
    • messageId32: integer
    • race: integer, use unknown. Have only ever seen a value of 1 here.
    • flag: integer, see added globalEvents flags json and documentation md file json#45
    • assignmentId32 27824062
    • effectIds: list, contents and use is currently unknown.
    • planetIndices: list, contents presumably planet index values.
  • superEarthWarResults

    • currently an empty list. Use Unknown.
  • layoutVersion
    +integer, presumably for the galactic war map

WarSeason/801/WarInfo/

List of missing fields

  • layoutVersion
    • same as Status
  • capitalInfos
    • currently an empty list. Use Unknown.
  • planetPermanentEffects
    • currently an empty list. Use Unknown.

I'm making this issue because Meridia's status as an all-consuming black hole is apparently reflected in the api under planetActiveEffects.

@CrosswaveOmega CrosswaveOmega added the feature request This issue requests a feature that doesn't exist (yet) label Jun 13, 2024
@dealloc dealloc added documentation Improvements or additions to documentation good first issue Good for newcomers mapping This issue or it's solution is related to how information is mapped labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature request This issue requests a feature that doesn't exist (yet) good first issue Good for newcomers mapping This issue or it's solution is related to how information is mapped
Projects
None yet
Development

No branches or pull requests

2 participants