The apiman (http://www.apiman.io/latest/download.html) tell to use the (WildFly 8.1.0.Final) but the latest version of WildFly is 8.2
Can I install apiman on 8.2 version ?
The apiman (http://www.apiman.io/latest/download.html) tell to use the (WildFly 8.1.0.Final) but the latest version of WildFly is 8.2
Can I install apiman on 8.2 version ?
Yes, that shouldn't be a problem. In fact, if you check out the latest apiman releases it uses WildFly 8.2 for its quickstarts and quick development setup (server-all).
If you want something that will allow you get apiman up and running quickly for playing, testing or developing with, then clone the apiman repo (https://github.com/apiman/apiman.git), and run:
After that fires up, open
http://localhost:8080/apiman-manager
and log in with u:admin
p:admin123!
It's seeded with some basic data so you can dive right in: roles, users, an attached gateway, etc.