Giter Site home page Giter Site logo

mapatonapi's Issues

Data dump access

Is there a dump.sql of the entire database? This API allows for some specific lines of inquiry but is there perhaps a way to access the full data base? Would there be a location where a copy of the SQL DB is held? I imagine the size is large but not unreasonable. Perhaps a simple Dropbox link would suffice.

¿Cómo utilizar el cursor?

NO esta documentado.

El uso de cursor (para paginación de resultados) no esta documentado.

¿cómo lo uso?

¿Cómo parametro? ¿Cómo cabecera? ¿Cómo un token?

REST API

Normalizar los puntos de entrada (endpoints)

Principios de REST

  1. Todo es un recurso
  2. Todo puede ser representado de diferentes formas
    • json
    • xml
    • blob

Principios de API

  1. Todo es una acción
    • GET
    • POST
    • PUT
    • DELETE

REST + API

  1. Obtener todos los recursos (posts)
    GET /api/posts/
  2. Obtener un recurso por id
    GET /api/posts/:id
  3. Crear un recurso nuevo
    POST /api/posts/
  4. Actualizar un recurso
    PUT /api/posts/:id
  5. Eliminar un recurso
    DELETE /api/posts/: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.