Skip to content

Commit

Permalink
improve and de-dupe service titles
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jul 31, 2023
1 parent c4ce7f4 commit be39d3f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion services/bit/bit-components.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default class BitComponents extends BaseJsonService {
static openApi = {
'/bit/collection/total-components/{owner}/{collection}': {
get: {
summary: 'bit',
summary: 'Bit',
parameters: pathParams(
{
name: 'owner',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class ChromeWebStorePrice extends BaseChromeWebStoreService {
static openApi = {
'/chrome-web-store/price/{storeId}': {
get: {
summary: 'Chrome Web Store',
summary: 'Chrome Web Store Price',
parameters: pathParams({
name: 'storeId',
example: 'ogffaloegjglncjfehdfplabnoondfjo',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ChromeWebStoreUsers extends BaseChromeWebStoreService {
static openApi = {
'/chrome-web-store/users/{storeId}': {
get: {
summary: 'Chrome Web Store',
summary: 'Chrome Web Store Users',
parameters: pathParams({
name: 'storeId',
example: 'ogffaloegjglncjfehdfplabnoondfjo',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class ChromeWebStoreVersion extends BaseChromeWebStoreService {
static openApi = {
'/chrome-web-store/v/{storeId}': {
get: {
summary: 'Chrome Web Store',
summary: 'Chrome Web Store Version',
parameters: pathParams({
name: 'storeId',
example: 'ogffaloegjglncjfehdfplabnoondfjo',
Expand Down
2 changes: 1 addition & 1 deletion services/clojars/clojars-downloads.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class ClojarsDownloads extends BaseClojarsService {
static openApi = {
'/clojars/dt/{clojar}': {
get: {
summary: 'ClojarsDownloads',
summary: 'Clojars Downloads',
parameters: pathParams({
name: 'clojar',
example: 'prismic',
Expand Down
2 changes: 1 addition & 1 deletion services/cocoapods/cocoapods-license.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class CocoapodsLicense extends BaseCocoaPodsService {
static openApi = {
'/cocoapods/l/{spec}': {
get: {
summary: 'Cocoapods',
summary: 'Cocoapods License',
parameters: pathParams({
name: 'spec',
example: 'AFNetworking',
Expand Down
2 changes: 1 addition & 1 deletion services/cocoapods/cocoapods-version.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class CocoapodsVersion extends BaseCocoaPodsService {
static openApi = {
'/cocoapods/v/{spec}': {
get: {
summary: 'Cocoapods',
summary: 'Cocoapods Version',
parameters: pathParams({
name: 'spec',
example: 'AFNetworking',
Expand Down
2 changes: 1 addition & 1 deletion services/codefactor/codefactor-grade.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class CodeFactorGrade extends BaseSvgScrapingService {
static openApi = {
'/codefactor/grade/{vcsType}/{user}/{repo}/{branch}': {
get: {
summary: 'CodeFactor Grade',
summary: 'CodeFactor Grade (with branch)',
parameters: pathParams(
{
name: 'vcsType',
Expand Down

0 comments on commit be39d3f

Please sign in to comment.