pyrocko.client.wadl¶
WADL data model.
Classes
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Any |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Any |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
|
Undocumented. |
- class HTTPMethods(...) str[source]¶
Bases:
StringChoiceAny
strout of['GET', 'POST', 'PUT', 'HEAD', 'DELETE'].
- class ParamStyle(...) str[source]¶
Bases:
StringChoiceAny
strout of['plain', 'query', 'matrix', 'header', 'template'].
- class Method2(...) str[source]¶
Bases:
StringUnionUndocumented.
- class Option(**kwargs)[source]¶
Bases:
ObjectUndocumented.
- ♦ value¶
str
- ♦ media_type¶
str, optional
- class Link(**kwargs)[source]¶
Bases:
ObjectUndocumented.
- ♦ resource_type¶
str, optional
- ♦ rel¶
str, optional
- ♦ rev¶
str, optional
- class Param(*args, **kwargs)[source]¶
Bases:
ElementUndocumented.
- ♦ href¶
str, optional
- ♦ name¶
str, optional
- ♦ style¶
str(ParamStyle), optional
- ♦ id¶
str, optional
- ♦ type¶
str, optional, default:'xs:string'
- ♦ default¶
str, optional
- ♦ required¶
bool, optional, default:'false'
- ♦ repeating¶
bool, optional, default:'false'
- ♦ fixed¶
str, optional
- ♦ path¶
str, optional
- class Representation(*args, **kwargs)[source]¶
Bases:
ElementUndocumented.
- ♦ id¶
str, optional
- ♦ element¶
str, optional
- ♦ media_type¶
str, optional
- ♦ href¶
str, optional
- ♦ profile¶
listofstrobjects, optional
- class Request(*args, **kwargs)[source]¶
Bases:
ElementUndocumented.
- ♦ representation_list¶
listofRepresentationobjects, default:[]
- class Response(*args, **kwargs)[source]¶
Bases:
ElementUndocumented.
- ♦ status¶
listofintobjects, optional
- ♦ representation_list¶
listofRepresentationobjects, default:[]
- class Method(*args, **kwargs)[source]¶
Bases:
ElementUndocumented.
- ♦ id¶
str, optional
- ♦ name¶
str, optional
- ♦ href¶
str, optional
- class Resource(*args, **kwargs)[source]¶
Bases:
ElementUndocumented.
- ♦ id¶
str, optional
- ♦ type¶
str, optional
- ♦ query_type¶
str, optional, default:'application/x-www-form-urlencoded'
- ♦ path¶
str, optional
- class Application(*args, **kwargs)[source]¶
Bases:
ElementUndocumented.
- ♦ resource_type_list¶
listofResourceTypeobjects, default:[]
- ♦ representation_list¶
listofRepresentationobjects, default:[]