Giter Site home page Giter Site logo

esi-issues's People

Contributors

a-tal avatar andimiller avatar antihax avatar carbonalabel avatar ccp-zoetrope avatar ddavaham avatar ddouglas avatar deadlybulb avatar dusty-meg avatar gitaskur avatar goldengnu avatar hakshak avatar mateuszkrasucki avatar maxsond avatar nathensample avatar nukelearg avatar rayanth avatar robbilie avatar warlof avatar xamber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

esi-issues's Issues

Mailing list endpoints

This is a feature request to add endpoints for mailing lists for the following:

  • Mailing list info, including name and id (issue #43 removed the names from the example)
  • Mailing list management info:
    • Ability to list members on mailing list and their current role
    • Ability to add / remove / update members and their role (muted, member, operator)
    • Ability to change welcome mail and mailing list settings (invite, default muted, etc)
    • Ability to add / remove characters, corporations, and alliances to the allowed and blocked lists

Thanks!

Some calls to Universe.get_universe_structures_structure_id() fail with a 500 error

When querying some citadel ids via get_universe_structures_structure_id(), a 500 error is returned.

Some examples:

1021308483995 https://esi.tech.ccp.is/latest/universe/structures/1021308483995/?datasource=tranquility (info about this citadel was recorded externally here https://stop.hammerti.me.uk/api/citadel/1021308483995)

1021088687524 https://esi.tech.ccp.is/latest/universe/structures/1021088687524/?datasource=tranquility

This issue is discussed by ccp bartender here https://tweetfleet.slack.com/archives/esi/p1478709286001509.

ccp bartender: "ya, that's a bug. We don't remove the ACL's when a structure is destroyed, so you're being allowed to query the structure because you're on the ACL(or it was public), but then the query fails because it isn't actually located anywhere"

esi-universe: Agent is returned as a character

e.g.

curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '[3010135]' 'https://esi.tech.ccp.is/latest/universe/names/?datasource=tranquility'

This returns:

[
  {
    "id": 3010135,
    "name": "Lozdod Pousel",
    "category": "character"
  }
]

Which is actually an Agent (in station), and if you query the id in /characters/{character_id}/, it tells you it's not a character:

{
  "error": "3010135 is not a character ID"
}

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.