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 24, 2015 by Chatchawan Polmafoung's avatar Chatchawan Polmafoung
Show whitespace changes
Inline Side-by-side
crud-service-docs.markdown
View page @ 896fdec9
......@@ -56,7 +56,7 @@ response header
### Create poi
post http://127.0.0.1:3000/poi/
post http://172.16.20.63:3000/poi/
```json
{
......@@ -80,19 +80,38 @@ post http://127.0.0.1:3000/poi/
### Get All Category
get http://127.0.0.1:3000/category
get http://172.16.20.63:3000/category
### Get All Provice
get http://127.0.0.1:3000/land/
get http://172.16.20.63:3000/land/
### Get All Amphoe in Provice
get http://127.0.0.1:3000/land/:pcode
get http://172.16.20.63:3000/land/:pcode
### Get All Tambon in Amphoe
get http://127.0.0.1:3000/land/:pcode/acode
\ No newline at end of file
get http://172.16.20.63:3000/land/:pcode/acode
# Get Tambon By Lat Lng
get http://172.16.20.63:3000/land/by/point/:lng/:lat
response
```JSON
{
"NAME_THAI": "แขวงพระบรมมหาราชวัง",
"NAME_ENG": "Khwaeng Phraborom Maharatchawang",
"AMPHOE_THAI": "เขตพระนคร",
"AMPHOE_ENG": "Khet Phra Nakhon",
"PROVINCE_THAI": "กรุงเทพมหานคร",
"PROVINCE_ENG": "Bangkok",
"T_CODE": "013206"
}
```
\ No newline at end of file
Clone repository
  • EcmaScript 6.0
  • crud service docs
  • ecmascript 6
  • Home