RGWInfo
in package
Tags
- OA\Info
-
( description="This is Rhythm Gaming World API documentation. RGW API allows authors and players of rhythm games to find content and track their stats under a unified platform.", version="1.0.0", title="Rhythm Gaming World API", termsOfService="http://swagger.io/terms/", @OA\Contact( email="apiteam@swagger.io" ), @OA\License( name="Apache 2.0", url="http://www.apache.org/licenses/LICENSE-2.0.html" ) )
- OA\Tag
-
( name="Authors", description="Everything about authors of the RGW community", @OA\ExternalDocumentation( description="Find out more", url="http://swagger.io" ) )
- OA\Server
-
( description="Rhythm Gaming World API Server", url="https://app.rhythmgamingworld.com/api" )
- OA\Parameter
-
( name="game_route", description="Game ID. List of games available at /games", in="path", required=true, @OA\Schema(type="string"), @OA\Examples(example="string", value="rb3", summary="Using game ID") ) @OA\Parameter( name="search_mode", description="Response mode. standard mode searches for a complete text, so it bounces any string whose length is below minimum. live mode returns data as the user types, so it waits for string whose length is above minimum. Defaults to standard", in="path", required=false, @OA\Schema(type="string"), @OA\Examples(example="live", value="live", summary="Live - returning results as you type"), @OA\Examples(example="standard", value="standard", summary="Standard - returning results for a spot search") )