Update WPML flow authored by Friedlander Chagai's avatar Friedlander Chagai
Here we have the api of wpml implemented as documented here: Here we have the api of wpml implemented as documented here:
https://tp-staging.wpml.org/service/api_reference/tp https://tp-staging.wpml.org/service/api_reference/tp
The flow goes like this:
We receive requests from wpml (our api endpoints):
1. create project.
2. create job
3. patch job
We send wpml one request to the callback_url (their api endpoint):
1. notification
We receive more requests from wpml (our api endpoints):
1. Job status
2. Download Translation
3. Confirm Delivery (Is this implemented?)
\ No newline at end of file