-
Notifications
You must be signed in to change notification settings - Fork 96
Webservices API json response tutorial #74
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
Conversation
|
PR looks promising. 2 things, first we save the assets in a "assets" subdirectory relative to the markdown file. |
Done.
Thank you, glad to hear that |
|
you have a TODO about joomla/joomla-cms#39498 which is already merged. so you can remove this function completly because the documentation is for j4.3 please |
|
Also, let me kown any other changes I need do to the tutorial, I will glad to do it. |
|
My bad, the merged of that PR was in 4.2-dev branch...not sure why I saw 4.3. But apply something similar, current version do not have it... |
|
Hi I merged the webservices pr #41 which can be found here https://manual.joomla.org/docs/general-concept/webservices/ can you please restructure your pr in a way that it fits together? |
|
@HLeithner both articles are related, but in different layers. #41 is how you build the request for consume the API. This tutorial is how you build the response. As far I see, for connect both is just need #41 write a small section of how add the Header: application/json and point to this article for how should be structure the response for get the json. Let me kown if anything anyway, maybe I understood wrong what do you meant |
|
hopefully @bembelimen can help here, I'm only for technical issues with docusaurus here |
|
@HLeithner In my opinion, you can merge this tutorial as is now. All used here is straight forward really. The only significan change is the View part, but is easy to check (in case the tutorial is holded because need be checked first by someone) |
|
@carlitorweb as said it's not longer in my responsibility In my opinion "Web Services API" has nothing to do on the first level document but if you find someone who want's to manage the documentation please contact @bembelimen |
|
Can be moved if it doesn't here, thanks |

Joomla by default will return a JSON API Responses when requested with an
Accept: application/jsonheader as well as with the specific JSON API header. This tutorial help build a different response, in this case, a JSON response.The goals