README.md in patch_ruby-1.21.0 vs README.md in patch_ruby-1.22.0

- old
+ new

@@ -187,9 +187,18 @@ Patch::Project.retrieve_projects(type: type) # Retrieve a list of projects with at least 100 grams of available offsets minimum_available_mass = 100 Patch::Project.retrieve_projects(minimum_available_mass: minimum_available_mass) + +# Retrieve a project in a different language +# See http://docs.patch.test:3000/#/internationalization for more information and support +project_id = 'pro_test_1234' +Patch::Project.retrieve_project(project_id, accept_language: 'fr') + +# Retrieve a list of projects in a different language +# See http://docs.patch.test:3000/#/internationalization for more information and support +Patch::Project.retrieve_projects(accept_language: 'fr') ``` ## Contributing While we value open-source contributions to this SDK, the core of this library is generated programmatically. Complex additions made directly to the library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!