afHttpClientExt icon

afHttpClientExt

Axon functions for making HTTP requests to REST APIs
afHttpClientExtForum
< All topics

Registered StackHub users may elect to receive email notifications whenever a new package version is released or a comment is posted on the forum.

There are 13 watchers.


afHttpClient版本(2.0.8)无法安装在SkySpark 3.0.28上
idiot LipThu 11th Jan

安装成功,但是在连接器页面中没有看到http client

Henry ChatwinThu 11th Jan

Hello!

The reason it isn't showing on the connectors page, is that afHttpClientExt is just an Axon interface to perform HTTP requests from within SkySpark, not a connector.

The list of available HTTP-related functions added can be found on the Axon funcs page. These should all be made available to call to in the Axon shell once the extension has been enabled.

To test that the extension has been enabled correctly, try this expression in the Axon Shell view: afHttpGet(`https://www.fantomfactory.com/`)


Log in or Sign up to post a reply.