Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove payment pointer from resource url #291

Merged
merged 11 commits into from
Sep 22, 2023
12 changes: 2 additions & 10 deletions openapi/resource-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,8 @@ info:
contact:
email: [email protected]
servers:
- url: '{paymentPointer}'
description: 'Server for when Payment Pointer has a pathname (ie https://openpayments.guide/alice)'
variables:
paymentPointer:
default: https://openpayments.guide/alice
- url: '{paymentPointer}/.well-known/pay'
description: 'Server for when Payment Pointer has no pathname (ie https://openpayments.guide)'
variables:
paymentPointer:
default: https://openpayments.guide
- url: '/'
description: 'Server for Payment Pointer subresources or Connection resources (ie https://openpayments.guide/alice)'
tags:
- name: payment-pointer
description: payment pointer operations
Expand Down
Loading