Hi everybody!
I’m trying to use Collections API in my nodejs REST web server. This API allowed just with Fabric applications. I’ve created one and have consumer key and consumer secret.
When I try to use POST collections/create I receive { code: 32, message: 'Could not authenticate you.' }
What should I do for create collection from my REST server? Not from iOS or Android.
How I can test this API from console or another tool?
Thanks for responses!