Giter VIP home page Giter VIP logo

huntingforjobs's Introduction

==================== HuntingForJobs: an API for accessing Tecoloco data

Codeship Status for rojotic26/jobhuntersControllerData

Handles:

Brand New! API v2 routes!

  • GET /

    • returns OK message, showing that the service is alive and wel
  • GET /api/v2/job_openings/:category.json

    • returns JSON body containing job info of a certain category
    • Parameter (:category) should be a valid Tecoloco category, like "marketing"
    • Returns status code:
      • 200 for success
        • 404 for not found
  • GET /api/v2/job_openings/:category/city/:city.json

    • returns JSON body containing job info of a certain category within a city
    • Parameters
      • :category => should be a valid Tecoloco category, like "marketing"
      • :city => should be a valid Tecoloco city (country, actually) like El Salvador or Nicaragua
    • Returns status code:
      • 200 for success
      • 404 for not found
  • GET /api/v2/offers/:id

    • retrieves offers info previously stored
    • Parameters
      • :id => id of the offer (1, 2, 3...)
    • Returns status code:
      • 200 for success
      • 404 for not found
  • POST /api/v2/joboffers

    • record offer request to DB
      • category (string)
      • city (string)
    • Returns status code:
      • 200 for success
      • 400 for bad request
  • DELETE /api/v2/joboffers/:id

    • Deletes an offer record
    • Parameters
      • :id => id of the offer (1, 2, 3...)
    • returns status code:
      • 200 for success
      • 404 for not found

API v1 Routes:

  • GET /*
    • returns deprecation message
    • returns status code 400

Team Members

huntingforjobs's People

Contributors

eddwin avatar rojotic26 avatar mjboyarov avatar

Watchers

James Cloos 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.