Module Grape
Provides modeling for Grape, a REST-like API framework for Ruby. Grape allows you to build RESTful APIs in Ruby with minimal effort.
Import path
import codeql.ruby.frameworks.GrapeClasses
| GrapeApiClass | A class that extends |
| GrapeCookiesSource | A call to |
| GrapeEndpoint | A Grape API endpoint (get, post, put, delete, etc.) call within a |
| GrapeHeadersSource | A call to |
| GrapeParamsSource | A |
| GrapeRequestSource | A call to |
| GrapeRouteParamSource | A call to |
| RootApi | A Grape API class which sits at the top of the class hierarchy. In other words, it does not subclass any other Grape API class in source code. |