Code Monkey home page Code Monkey logo

queenanddragon's Introduction

QueenAndDragon REST API

It is an API using which user can do the following tasks:

-- POST request to Register the new rules .

-- POST request to Register the new dragon .

-- GET request to view all the defined rules.

-- DELETE request to delete the rules by RuleID.

-- GET request to know whether the dragon can kill animal or not.

How to run this API.

  • Import the project in Intellij or Eclipse.

  • Run the GOT Application.

Use Postman or Browser to run the Rest http://localhost:8080/

  1. POST request to Register the new rules

    REST API : http://localhost:8080/rules

    Input :

    { "time" : "5", "noOfAnimals" : "2" }

Output :

ruleId : Rule3
  1. POST request to Register the new dragon

    REST API : http://localhost:8080/dragons

    Input :

    { "Name" : "Dragonn" }

    Output :

    dragonId : Drogon1

  2. GET request to view all the defined rules.

    REST API : http://localhost:8080/rules

    Output:

    [ { "id": "Rule1", "time": 1, "noOfAnimals": 3 }, { "id": "Rule2", "time": 3, "noOfAnimals": 7 } ]

  3. DELETE request to delete the rules by RuleID.

REST API : http://localhost:8080/rules/Rule1

  1. GET request to know whether the dragon can kill animal or not.

    REST API : http://localhost:8080/dragons/Dragon1

    Input :

    { "date" : "2020-01-01-12:00", "animalKilled" : "5" }

    Output :

     didKill : True(satisfies Rule1 & Rule2 ) / didKill : False (break Rule1 )   
    

queenanddragon's People

Contributors

vineeta1995 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.