class LHC::Endpoint

def self.placeholders(template)

Experimental RBS support (using type sampling data from the type_fusion project).

def self.placeholders: () -> Array[]

This signature was generated using 70 samples from 4 applications.

They are alphabetically sorted.
Returns all placeholders found in the url-template.
def self.placeholders(template)
  new(template).placeholders
end