-
Notifications
You must be signed in to change notification settings - Fork 63
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
Restructure webservices #270
base: main
Are you sure you want to change the base?
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Review 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
@pe7er CI failed, because I think something needs to be escaped |
Thanks @HLeithner ! |
@pe7er still not success full, you can do this on your local machine too. just run |
Thanks! I am currently trying the installation process from |
I've solved some issues locally but I don't know how to solve the following with parts like: curl -X GET /api/index.php/v1/content/articles/{article_id} The error message complains: How to escape the |
User description
This PR is to restructure the https://manual.joomla.org/docs/next/general-concepts/webservices page.
I refactored the documentation in
The internal links in
Web Services Core Endpoints
are not yet added.PR Type
documentation
Description
Changes walkthrough 📝
webservices.md
Removed outdated web services documentation.
docs/general-concepts/webservices.md
index.md
Added introduction and links for web services.
docs/general-concepts/webservices/index.md
using-external-php.md
Added PHP cURL functions documentation for Joomla web services.
docs/general-concepts/webservices/using-external-php.md
services.
using-joomla-framework.md
Added Joomla framework documentation for web services.
docs/general-concepts/webservices/using-joomla-framework.md
webservices-core-endpoints.md
Added detailed documentation for Joomla core web services endpoints.
docs/general-concepts/webservices/webservices-core-endpoints.md
content, languages, menus, etc.