Does iodocs support passing a json object as a parameter. This is my structure {"myurl":"http://weather.yahooapis.com/forecastrss?w=2502265", "time":{"day":"2","month":"12","year":"2011","hour":"9","minute":"25","second":"0"} }
so, how do I pass time as a structure ?
Message edited by jorge 6 months ago
jorge – 2 years ago
To focus on the problem: My curl looks like this curl -v -H "Content-Type: application/json" -X POST -d '{"myurl":"http://weather.yahooapis.com/forecastrss?w=2502265", "time":{"day":"2","month":"12","year":"2011","hour":"9","minute":"25","second":"0"}}' http://localhost:8080/myapp/scheduler Can I use iodocs to produce the same type of request ?
ManDevPro – 2 years ago
Jorge, are you using the open source version of Mashery I/O Docs from GitHub?
That is correct.
sanmania – 6 months ago
i am not
Please sign in to add a post.
Does iodocs support passing a json object as a parameter. This is my structure {"myurl":"http://weather.yahooapis.com/forecastrss?w=2502265", "time":{"day":"2","month":"12","year":"2011","hour":"9","minute":"25","second":"0"} }
so, how do I pass time as a structure ?
Message edited by jorge 6 months ago
jorge – 2 years ago
To focus on the problem: My curl looks like this curl -v -H "Content-Type: application/json" -X POST -d '{"myurl":"http://weather.yahooapis.com/forecastrss?w=2502265", "time":{"day":"2","month":"12","year":"2011","hour":"9","minute":"25","second":"0"}}' http://localhost:8080/myapp/scheduler Can I use iodocs to produce the same type of request ?
ManDevPro – 2 years ago
Jorge, are you using the open source version of Mashery I/O Docs from GitHub?
jorge – 2 years ago
That is correct.
sanmania – 6 months ago
i am not