GitHub - kolobar/api-linter: A linter for APIs defined in protocol buffers. · GitHub
Skip to content

kolobar/api-linter

 
 

Folders and files

Repository files navigation

Google API Linter

The API linter provides real-time checks for compliance with many of Google's API standards, documented using API Improvement Proposals. It operates on API surfaces defined in protocol buffers.

It identifies common mistakes and inconsistencies in API surfaces:

// Incorrect.
message GetBookRequest {
  // This is wrong; it should be spelled `name`.
  string book = 1;
}

When able, it also offers a suggestion for the correct fix.

Read more ≫

License

This software is made available under the Apache 2.0 license.

About

A linter for APIs defined in protocol buffers.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Go 100.0%