You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of this proc_macro would simply pass-through input tokens, and generate a file ("OUT_DIR/interface/get/orgs.(org).memberships.(username)") that can then be used by CI to generate an always-updated list of implemented routes using github/rest-api-description, periodically.
This would allow exhaustive, and always up-to-date, API coverage testing.
The text was updated successfully, but these errors were encountered:
I propose addition of a marker proc_macro:
#[interface(method = "GET", path = "/orgs/{org}/memberships/{username}", version="2022-11-28")]
Implementation of this proc_macro would simply pass-through input tokens, and generate a file ("
OUT_DIR
/interface/get/orgs.(org).memberships.(username)") that can then be used by CI to generate an always-updated list of implemented routes usinggithub/rest-api-description
, periodically.This would allow exhaustive, and always up-to-date, API coverage testing.
The text was updated successfully, but these errors were encountered: