atomicbits / scraml

Generate typesafe Java and Scala REST API clients
Other
43 stars 7 forks source link

Query parameter names are not escaped if they match with a Scala/Java keyword #157

Open rigolepe opened 6 years ago

rigolepe commented 6 years ago
    def post(format: String, 
             gridSetId: String, 
             maxX: Double, 
             maxY: Double, 
             minX: Double, 
             minY: Double, 
             type: Type, 
             zoomStart: Double, 
             zoomStop: Double, 
             threadCount: Option[Double] = None) =

"identifier expected but 'type' found."