Git Product home page Git Product logo

euro's Introduction

EURO

Euro is a simple web framework for accepting XML files from Opta sports. Currently, the framework supports F1, F40 and F7 files, though others will probably work.

Routes

POST

####/<tournament>/<year>/create/

See test.php for an example of the kind of data Opta will be POSTing to this endpoint.

GET

####/<tournament>/<year>/gameids.json

Example URL: /euro/2016/gameids.json

Returns a unique list of gameids for all games we have received files for. Note: Does not work for games scheduled in the future; we must have recieved at least a single file for the game already.

####/<tournament>/<year>/game/<gameid>.json

Example URL: /euro/2016/game/1.json

Returns the latest parsed JSON file for the gameid specified in the URL.

####/<tournament>/<year>/game/<gameid>.xml

Example URL: /euro/2016/game/1.xml

Returns the latest raw XML file for the gameid specified in the URL.

####/<tournament>/<year>/file/<filetype>.json

Example URL: /euro/2016/game/F1.json

Returns the latest parsed JSON file for the file type specified in the URL. Useful for F1 and F40 files, neither of which are tied to a single game.

####/<tournament>/<year>/file/<filetype>.xml

Example URL: /euro/2016/game/F40.xml

Returns the latest raw XML file for the file type specified in the URL. Useful for F1 and F40 files, neither of which are tied to a single game.

euro's People

Contributors

jeremyjbowers avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.