-
Notifications
You must be signed in to change notification settings - Fork 129
update list of client libraries #487
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
base: master
Are you sure you want to change the base?
Conversation
felixlohmeier
commented
Sep 23, 2025
- merging the list from tech docs with the list from extensions website
- remove latest compatible version info for current client libraries (too many changes needed)
- sort list alphabetically by language
- php client library was deleted by owner on github and packagist
- merging the list from tech docs with the list from extensions website - remove latest compatible version info for current client libraries (too many changes needed) - sort list alphabetically by language - php client library was deleted by owner on github and packagist
✅ Deploy Preview for openrefine-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
thanks for cleaning this @felixlohmeier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning this up! I just have a small nitpick but otherwise I think this looks great.
|
||
### Bash {#bash} | ||
* [bash-refine.sh](https://gist.github.com/felixlohmeier/d76bd27fbc4b8ab6d683822cdf61f81d) (templates for shell scripts) | ||
Libraries using the OpenRefine API are listed on the [Extensions](https://openrefine.org/extensions#client-libraries) website. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind changing this (and the link back to this page on the extensions page) to remove https://openrefine.org/
? That way, the links will be generated relative to the existing domain so deployments like the Netlify preview will direct this to the Netlify preview version of the extensions page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'll take care of it. Give me some time to change the other absolute links in the docs and test the Netlify preview.
I manually checked all changed links in the Netlify deploy preview. Everything should be fine now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the extra work to trim the internal links!
Thanks for updating the list @felixlohmeier It looks good to me. |