Skip to content
New issue

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

[TM-920] Store PointGeometry in the GH API bulk upload geometry endpoint. #251

Merged
merged 10 commits into from
Jun 5, 2024

Conversation

roguenet
Copy link
Collaborator

@roguenet roguenet commented Jun 4, 2024

@roguenet roguenet requested review from pachonjcl and cesarLima1 June 4, 2024 22:49
Comment on lines 554 to 557
Route::get('/export', ExportAllSiteDataAsProjectDeveloperController::class);
// deprecated, use POST api/v2/geometry instead (include site_id in the geometry's properties
Route::post('/geometry', [GeometryController::class, 'storeSiteGeometry']);
});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity, will the deprecated endpoint Route::post('/geometry', [GeometryController::class, 'storeSiteGeometry']); be removed in the future?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'd like to remove it as soon as I get confirmation from GH that they've switched to the other endpoint. Hopefully this won't be too disruptive for them since they're still in development on this API integration and it's not in their prod environment yet.

@roguenet roguenet merged commit c54bc00 into staging Jun 5, 2024
1 check passed
@roguenet roguenet deleted the feat/TM-920-greenhouse-point-api branch June 5, 2024 17:08
egrojMonroy pushed a commit that referenced this pull request Nov 1, 2024
[TM-920] Store PointGeometry in the GH API bulk upload geometry endpoint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants