# File lib/fog/brightbox/requests/compute/get_application.rb, line 13
        def get_application(identifier)
          return nil if identifier.nil? || identifier == ""
          wrapped_request("get", "/1.0/applications/#{identifier}", [200])
        end