GithubHelp home page GithubHelp logo

etobee's Introduction

#HOW TO USE API A. url: http://128.199.72.133:2434/

B. method: POST

C. route:

  • web http://128.199.72.133:2434/public

  • api static http://128.199.72.133:2434/api/[read/create/update/delete]

  • api map http://128.199.72.133:2434/api/map/[direction/poi/geoCode]

D. example:

  - READ
  url: http://128.199.72.133:2434/api/read,
  method: 'POST',
  data: {
	        "table": "place"
        }
or if want detail
  data: {
	        "table": "place",
	        "data": {
	        	[field of table]: [value]
	        }
        }
===============================================
  - CREATE
  url: http://128.199.72.133:2434/api/create,
  method: 'POST',
  data: {
	        "table": "place",
	        "data": {
	        	[field of table]: [value]
	        }
        }
===============================================
  - UPDATE
  url: http://128.199.72.133:2434/api/update,
  method: 'POST',
    data: {
  	        "table": "place",
  	        "id": [id]
          }
===============================================
  - DELETE
  url: http://128.199.72.133:2434/api/delete,
  method: 'POST',
    data: {
  	        "table": "place",
  	        "id": [id]
          }
===============================================
  - GEOLOCATION
  url: http://128.199.72.133:2434/api/map/geoCode,
  method: 'POST',
  data: {
	        "address": "wastukencana, bandung"
        }
===============================================
  - POI
  url: http://128.199.72.133:2434/api/map/poi,
  method: 'POST',
  data: {
          "query": "fast food",
          "language": "en",
          "location": [-6.1643081, 106.8173073],
          "radius": 5000,
          "minprice": 1,
          "maxprice": 4,
          "opennow": true,
          "type": "restaurant"
        }
===============================================
  - DIRECTION
  url: http://128.199.72.133:2434/api/map/direction,
  method: 'POST',
  data: {
	    "origin": "bandung",
	    "destination": "jakarta"
	}


etobee's People

Contributors

yayat avatar

Watchers

 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.