@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api CalorieNinjas
@base api.calorieninjas.com
@version 1.0.0
@auth ApiKey api_key in header
@endpoints 1
@toc nutrition(1)

@endpoint GET /v1/nutrition
@desc Get nutrition text for an input string containing food and beverage words.
@required {query: str # Input query containing food and/or beverage words.}

@end
