Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mapeditor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • Chatchawan Polmafoung
  • mapeditor
  • Wiki
  • crud service docs

crud service docs · Changes

Page history
chatchawan created page: crud service docs authored Sep 22, 2015 by Chatchawan Polmafoung's avatar Chatchawan Polmafoung
Hide whitespace changes
Inline Side-by-side
crud-service-docs.markdown 0 → 100644
View page @ 9234845c
#Create poi
post http://127.0.0.1:3000/poi/
```json
{
"latlng" : {
"lat" : 12,
"lng" : 12
},
"mapScore" : 3,
"nameTh" : "__test_xx",
"nameEn" : "__test_xx",
"labelTh" : "__test_xx",
"labelEn" : "__test_xx",
"categoryCode" : "01010201",
"mapLayer" : "adasd",
"mapInfoId" : "9900002",
"source" : "XXX___XXX",
"tCode" : "670903"
}
```
#Get All Category
get http://127.0.0.1:3000/category
#Get All Provice
get http://127.0.0.1:3000/land/
#Get All Amphoe in Provice
get http://127.0.0.1:3000/land/:pcode
#Get All Tambon in Amphoe
get http://127.0.0.1:3000/land/:pcode/acode
Clone repository
  • EcmaScript 6.0
  • crud service docs
  • ecmascript 6
  • Home