You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,43 @@ If you are a Joomla! developer or want to become a Joomla! developer there is a
7
7
If you are eager to learn more about Joomla! Web Services and want to play around with them using, ready to use, short examples, sample code and experiments this repo is for you.
8
8
The examples are intentionally short with comments and for common scenarios and use cases. So even a non-developer could follow along.
9
9
10
+
## DOCUMENTATION
11
+
12
+
### USING RAW PHP
13
+
14
+
*[How to Add Joomla Articles From Streamed CSV URL using Joomla Web Services](docs/using-raw-php/add-joomla-articles-from-streamed-csv-url/README.md)
15
+
16
+
*[How to Edit Joomla Articles From Streamed CSV URL using Joomla Web Services](docs/using-raw-php/edit-joomla-articles-from-streamed-csv-url/README.md)
17
+
18
+
*[How to Add / Edit Joomla Articles From GitHub GraphQL using Joomla Web Services](docs/using-raw-php/smart-add-edit-random-defined-sites-github-graphql/README.md)
19
+
20
+
*[How to Add / Edit Joomla Articles From Airtable using Joomla Web Services](docs/using-raw-php/smart-add-edit-to-multiple-sites-airtable-api/README.md)
21
+
22
+
*[How to Add / Edit Joomla Articles To Multiples Sites using Joomla Web Services](docs/using-raw-php/smart-add-edit-to-multiple-sites-from-csv-url/README.md)
23
+
24
+
*[How to Add / Edit Joomla Articles With Subforms To Multiples Sites using Joomla Web Services](docs/using-raw-php/smart-add-edit-with-subform-custom-field-support-from-streamed-csv-url/README.md)
25
+
26
+
*[How to Smart Add / Edit Joomla Articles From CSV URL using Joomla Web Services](docs/using-raw-php/smart-add-or-edit-joomla-articles-from-streamed-csv-url/README.md)
27
+
28
+
*[How to Turn Your Top 5 Favorite Movie Into Joomla Articles using Joomla Web Services](docs/using-raw-php/turn-your-top-5-favorite-movies-into-joomla-articles-omdb-api/README.md)
29
+
30
+
### USING JOOMLA FRAMEWORK
31
+
32
+
*[How to Add Joomla Articles From Streamed CSV URL using Joomla Web Services](docs/using-joomla-framework/add-joomla-articles-from-streamed-csv-url/README.md)
33
+
34
+
*[How to Edit Joomla Articles From Streamed CSV URL using Joomla Web Services](docs/using-joomla-framework/edit-joomla-articles-from-streamed-csv-url/README.md)
35
+
36
+
*[How to Add / Edit Joomla Articles From GitHub GraphQL using Joomla Web Services](docs/using-joomla-framework/smart-add-edit-random-defined-sites-github-graphql/README.md)
37
+
38
+
*[How to Add / Edit Joomla Articles From Airtable using Joomla Web Services](docs/using-joomla-framework/smart-add-edit-to-multiple-sites-airtable-api/README.md)
39
+
40
+
*[How to Add / Edit Joomla Articles To Multiples Sites using Joomla Web Services](docs/using-joomla-framework/smart-add-edit-to-multiple-sites-from-csv-url/README.md)
41
+
42
+
*[How to Add / Edit Joomla Articles With Subforms To Multiples Sites using Joomla Web Services](docs/using-joomla-framework/smart-add-edit-with-subform-custom-field-support-from-streamed-csv-url/README.md)
43
+
44
+
*[How to Smart Add / Edit Joomla Articles From CSV URL using Joomla Web Services](docs/using-joomla-framework/smart-add-or-edit-joomla-articles-from-streamed-csv-url/README.md)
45
+
46
+
*[How to Turn Your Top 5 Favorite Movie Into Joomla Articles using Joomla Web Services](docs/using-joomla-framework/turn-your-top-5-favorite-movies-into-joomla-articles-omdb-api/README.md)
10
47
11
48
## PRESENTATION
12
49
[Marc Dechèvre slides presenting Joomla! Api examples](https://slides.woluweb.be/api/api.html)
# Smart Add / Edit random defined sites GitHub GraphQL using RAW PHP
2
+
3
+
## SCREENSHOT
4
+
5
+

6
+
7
+
## SOURCE
8
+
9
+
[Click here to view source code](../../../using-raw-php/smart-add-edit-random-defined-sites-github-graphql.php)
0 commit comments