struct Endpoint
- Endpoint
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
models/endpoint.crConstructors
- .new(url : String, method : String, params : Array(Param))
- .new(url : String, method : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #method : String
- #method=(method : String)
- #params : Array(Param)
- #params=(params : Array(Param))
- #params_to_hash
- #protocol : String
- #protocol=(protocol : String)
- #set_protocol(protocol : String)
- #url : String
- #url=(url : String)