Search code examples
apiblueprintapiary.ioapiarymson

API Blueprint - Avoid repeating authorization blocks


In API Blueprint, how do I avoid using the same request Authorization header block over and over for every endpoint?

+ Request (application/json)
    + Headers

            Authorization: Bearer jsonWebToken

Is there a way to template this in a data structure perhaps?


Solution

  • Unfortunately API Blueprint has not such feature (yet)

    On the other hand, I can tell you that authentication\authorisation framework is being worked - so it's possible that in a not so far future this issue will be solved for you.

    Cheers!