metaweather.reflection.getMethodInfo
Description
Gets a details of the given method.
Arguments
| Name | Required? | Default Value | Description |
|---|---|---|---|
| methodname | Yes | Name of the method |
Response
Live Example
Key used is not shown in example request. You can get your own to make requests here. Some information is withheld in these public examples, to protect the innocent.
http://www.metaweather.com/api/rest/?method=metaweather.reflection.getMethodInfo&methodname=metaweather.location.getInfo
<?xml version="1.0" encoding="utf-16"?>
<response status="ok">
<info>
<method>metaweather.reflection.getMethodInfo</method>
<server type="web">bruce</server>
<server type="db">terry</server>
<timeTaken>0</timeTaken>
<generatedTime>10/09/2010 17:42:48</generatedTime>
</info>
<data>
<description>Returns various non-weather information on a location.</description>
<example />
<arguments>
<argument>
<name>locationid</name>
<description>The ID of the location you want data on</description>
<required>True</required>
<defaultvalue />
<examplevalue>3</examplevalue>
</argument>
</arguments>
</data>
</response>
Schema
Coming soon!
