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: add thirdparty api specification and supporting docs #90

Merged
merged 53 commits into from
Nov 9, 2021
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
db97225
chore: add basic readme directory for 3rd party api
lewisdaly Jul 20, 2021
982d259
feat: add initial thirdparty api docs for review
lewisdaly Jul 20, 2021
6389e9e
feat: start working on .md translation, preview how it looks in github
Aug 6, 2021
c3b3c25
feat: converting more resources to md
Aug 6, 2021
36e7045
feat: magic regex
Aug 6, 2021
cf1cece
feat: converting more resources to md
Aug 6, 2021
1a808ca
feat: converting more resources to md
Aug 6, 2021
5613806
feat: add models
Aug 6, 2021
f372a69
feat: add models
Aug 6, 2021
ac45cc5
feat: finish updating tables
Aug 6, 2021
2fca462
fix: link to ref1
Aug 6, 2021
2a4775b
fix: links to exteral refs
Aug 6, 2021
d392d70
feat: finish first pass at .md format
Aug 6, 2021
830b9ae
feat: update data model for `POST /thirdpartyRequests/authorizations
lewisdaly Aug 11, 2021
a222604
feat: update data model for `POST /thirdpartyRequests/verifications
lewisdaly Aug 11, 2021
6c6b11f
feat: update `PUT /tpr/authorizations/{ID}` data model
lewisdaly Sep 23, 2021
7d774c5
feat: remove redundant reference to fspiop api
lewisdaly Sep 23, 2021
0cc7c28
feat: re-sync external docs
lewisdaly Sep 23, 2021
ca68abd
feat: add terms
lewisdaly Sep 23, 2021
95b20f5
feat: clean up data models
lewisdaly Sep 23, 2021
3fafb8b
chore: minor api updates
lewisdaly Sep 24, 2021
be2cdfb
chore: clean and tidy data models
lewisdaly Sep 24, 2021
b1dcf5e
feat: tidy up the credential models
lewisdaly Sep 24, 2021
fd6c410
fix: remove unused data models, fix up references
lewisdaly Sep 24, 2021
8fb6ff6
chore: update dfsp and pisp swagger docs
lewisdaly Sep 24, 2021
f5c42f1
Merge branch 'master' of github.com:mojaloop/mojaloop-specification i…
lewisdaly Sep 24, 2021
fede5e2
Merge branch 'master' into feat/3p-api
Sep 27, 2021
8ae1b5d
chore: change Thirdparty to Third Party
lewisdaly Oct 4, 2021
3ecb021
feat: add basic content, intro sections
lewisdaly Oct 4, 2021
9c7d9ad
feat: tidy up readme based on @ehenrka's suggestions
lewisdaly Oct 4, 2021
b7ab78e
Merge branch 'feat/3p-api' of github.com:vessels-tech/mojaloop-specif…
lewisdaly Oct 4, 2021
754e8a7
feat: improve data-models document based on @ehenrka feedback
lewisdaly Oct 4, 2021
3d8d8c7
feat: improve data-models document based on @ehenrka feedback
lewisdaly Oct 4, 2021
986e873
feat: improve data-models document based on @ehenrka feedback
lewisdaly Oct 4, 2021
94d081a
chore: update references
lewisdaly Oct 4, 2021
eb07fca
feat: improve tx-patterns-linking document based on @ehenrka feedback
lewisdaly Oct 4, 2021
4c18cf6
feat: work on TOC
lewisdaly Oct 4, 2021
da30a39
feat: work on TOC
lewisdaly Oct 4, 2021
4a71e88
feat: improve tx-patterns-transfer document based on @ehenrka feedback
lewisdaly Oct 4, 2021
7595cbd
chore: update headings to be more consistent with other docs
lewisdaly Oct 4, 2021
8bbf11b
chore: update TOC
lewisdaly Oct 4, 2021
99b25e9
feat: improve formatting of text and puml, add TOC
lewisdaly Oct 4, 2021
65e603f
fix: 3p-api formatting based on @ehenrka's feedback
lewisdaly Oct 12, 2021
a2f7f27
fix: 3p-api formatting based on @ehenrka's feedback
lewisdaly Oct 12, 2021
d915f9c
fix: 3p-api formatting based on @ehenrka's feedback
lewisdaly Oct 12, 2021
e20ad37
fix: 3p-api formatting based on @ehenrka's feedback
lewisdaly Oct 12, 2021
455f223
chore: minor fixes and typos
lewisdaly Oct 12, 2021
255833a
chore: minor fixes and typos
lewisdaly Oct 12, 2021
ce493e8
feat: update swagger docs to latest version
lewisdaly Oct 15, 2021
2b60c4f
feat: add recommendation for `GET /services/{ServiceType}`
lewisdaly Oct 15, 2021
e342941
feat(openapi): update to latest thirdparty openapi spec
Oct 20, 2021
c1a002d
Merge branch 'master' into feat/3p-api
Oct 20, 2021
cbcecaa
Merge branch 'master' into feat/3p-api
Nov 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: remove redundant reference to fspiop api
lewisdaly committed Sep 23, 2021
commit 7d774c5549e85b374217fae0b30bae5e914fc7f6
2 changes: 1 addition & 1 deletion thirdparty-api/README.md
Original file line number Diff line number Diff line change
@@ -17,4 +17,4 @@ The interactions and examples of how a DFSP and PISP will interact with the Thir

## Data Models

The [Data Models Document](./data-models.md) describes
The [Data Models Document](./data-models.md) describes in detail the Data Models used in the Thirdparty API
4 changes: 4 additions & 0 deletions thirdparty-api/_sync_docs.sh
Original file line number Diff line number Diff line change
@@ -20,3 +20,7 @@ wget ${PISP_PROJECT_BASE}/src/interface/thirdparty-pisp-api.yaml -O ./thirdparty
# Tx pattern documents
wget ${PISP_PROJECT_BASE}/docs/linking/README.md -O ./transaction-patterns-linking.md
wget ${PISP_PROJECT_BASE}/docs/transfer/README.md -O ./transaction-patterns-transfer.md

# TODO: copy tx pattern svgs...

# TODO: sed...
4,666 changes: 0 additions & 4,666 deletions thirdparty-api/fspiop-rest-v1.0-OpenAPI-implementation.yaml

This file was deleted.

3,847 changes: 0 additions & 3,847 deletions thirdparty-api/fspiop-rest-v1.0-OpenAPI-implementation_openapi3.yaml

This file was deleted.