neptuo / is4wfw

PHP based CMS with multi domain support, virtual file system, library for team-sport fixtures and statistics, and many other features.
http://is4wfw.neptuo.com
Apache License 2.0
1 stars 0 forks source link

Add support for params in json:fetch #534

Closed maraf closed 7 months ago

maraf commented 7 months ago

We can leverage the web:url to better compose URL for json:fetch

<web:url pageId="https://api.github.com/orgs/neptuo/repos" param-sort="full_name" per_page="50">
    <json:fetch url="web:url">
        ...
    </json:fetch>
</web:url>