Skip to content

Commit

Permalink
pseo: add weavy
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiechayes committed Mar 28, 2024
1 parent 8fb4cb7 commit ee61895
Show file tree
Hide file tree
Showing 41 changed files with 79,410 additions and 24,936 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hash: 0d04d9101e67d66b77704e7868775dee27177920ba4934c332665d7126ffa1c0
hash: b3a298a85b356d135b8a11dd196b406c64ee5b1331ed04a1932f10a80d08201c
methodObjects:
- url: /transactions
method: createTransaction
Expand Down Expand Up @@ -646,54 +646,6 @@ methodObjects:
responses:
- statusCode: '200'
description: OK
- url: /recurring/subscriptions?{parameters}
method: listAllSubscriptions
httpMethod: get
tag: Subscription
typeScriptTag: subscription
description: Retrieve All Subscriptions
parameters:
- name: pagesize
schema: string
description: ''
default: '5'
- name: after
schema: string
description: ''
default: '34567'
- name: gettotal
schema: boolean
description: ''
default: true
- name: fulldescription
schema: boolean
description: ''
default: false
responses:
- statusCode: '200'
description: OK
- url: /:subscriptionId/charges?{parameters}
method: listCharges
httpMethod: get
tag: Subscription
typeScriptTag: subscription
description: Retrieve All Charges for a Subscription
parameters:
- name: pagesize
schema: string
description: ''
default: '3'
- name: after
schema: string
description: ''
default: '163193'
- name: fulldescription
schema: boolean
description: ''
default: false
responses:
- statusCode: '200'
description: OK
- url: /recurring/subscriptions/:subscriptionId/switch-charge-amount
method: getSwitchChargeAmount
httpMethod: get
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hash: eac25e8ff8e18a62fd190840c71d60dda86029b85af08a2f82eb995d1a6ba1f1
hash: c728f5ce83f193969c0b01647fa8b87b018c98f49016a882961bb9a246fac52f
methodObjects:
- url: /v1/budget_programs
method: list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hash: 75f009323905243ab39b6a952138a47c14c27741bc4685a0bd52b31fe0c04ffe
hash: f5b0e79e1fb69478214155f756dede73b8689f5eb16948660a1b42d858d0e7fe
methodObjects:
- url: /checkout/initiate
method: initiateRedirectCheckout
Expand Down
Loading

0 comments on commit ee61895

Please sign in to comment.