File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 686
686
<swaggerDirectory >${basedir} /target/docs</swaggerDirectory >
687
687
<swaggerFileName >swagger</swaggerFileName >
688
688
</apiSource >
689
+ <apiSource >
690
+ <springmvc >false</springmvc >
691
+ <locations >org.apache.pulsar.broker.lookup.v2</locations >
692
+ <schemes >http,https</schemes >
693
+ <basePath >/lookup/v2</basePath >
694
+ <info >
695
+ <title >Pulsar Lookup REST API</title >
696
+ <version >v2</version >
697
+ <description >This provides the REST API for lookup operations</description >
698
+ <license >
699
+ <url >http://www.apache.org/licenses/LICENSE-2.0.html</url >
700
+ <name >Apache 2.0</name >
701
+ </license >
702
+ </info >
703
+ <swaggerDirectory >${basedir} /target/docs</swaggerDirectory >
704
+ <swaggerFileName >swaggerlookup</swaggerFileName >
705
+ </apiSource >
689
706
<apiSource >
690
707
<springmvc >false</springmvc >
691
708
<locations >org.apache.pulsar.broker.admin.v3.Functions</locations >
You can’t perform that action at this time.
0 commit comments