We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iD Editor relies on the following OSM API v0.6 endpoints:
GET /api/capabilities
GET /api/0.6/map
PUT /api/0.6/changeset/create
POST /api/0.6/changeset/#id/upload
/api/0.6/changeset
PUT /api/0.6/changeset/#id/close
GET /api/0.6/[nodes|ways|relations]?#parameters
GET /api/0.6/user/#id
GET /api/0.6/user/details
The following are defined in iD/connection.js but I am unclear how they are actually used, perhaps conflict resolution?
GET /api/0.6/[node|way|relation]/#id
GET /api/0.6/[way|relation]/#id/full
GET /api/0.6/[node|way|relation]/#id/#version
GET /api/0.6/[node|way|relation]/#id/history
GET /api/0.6/changesets?user=[user_id]
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Noticed that iD also uses /api/0.6/changesets. Not entirely sure how it is using that data or whether it is important to implement. No point whilst we have no user ids.
No branches or pull requests
iD Editor relies on the following OSM API v0.6 endpoints:
GET /api/capabilities
GET /api/0.6/map
PUT /api/0.6/changeset/create
POST /api/0.6/changeset/#id/upload
- mostly done but currently on/api/0.6/changeset
PUT /api/0.6/changeset/#id/close
GET /api/0.6/map
GET /api/0.6/[nodes|ways|relations]?#parameters
see Add endpoint Multi fetch: GET /api/0.6/[nodes|ways|relations]?#parameters #13GET /api/0.6/user/#id
GET /api/0.6/user/details
The following are defined in iD/connection.js but I am unclear how they are actually used, perhaps conflict resolution?
GET /api/0.6/[node|way|relation]/#id
GET /api/0.6/[way|relation]/#id/full
GET /api/0.6/[node|way|relation]/#id/#version
GET /api/0.6/[node|way|relation]/#id
GET /api/0.6/[node|way|relation]/#id/history
GET /api/0.6/changesets?user=[user_id]
The text was updated successfully, but these errors were encountered: