Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads WEB Code
  • Category : WEB Code
  • Tags :
  • Update : 2020-06-29
  • Size : 175.48kb
  • Downloaded :0次
  • Author :vsiddharthv@gmail.com
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
Welcome to PayID, the universal payment identifier. This is the reference implementation server for PayID, serving the P
Packet file list
(Preview for download)
Packet : payid-master.zip filelist
payid-master/
payid-master/.dockerignore
payid-master/.eslintignore
payid-master/.eslintrc.js
payid-master/.github/
payid-master/.github/ISSUE_TEMPLATE/
payid-master/.github/ISSUE_TEMPLATE/bug-report.md
payid-master/.github/ISSUE_TEMPLATE/config.yml
payid-master/.github/ISSUE_TEMPLATE/feature-request.md
payid-master/.github/dependabot.yml
payid-master/.github/pull_request_template.md
payid-master/.github/workflows/
payid-master/.github/workflows/dependabot-auto-approve.yml
payid-master/.gitignore
payid-master/.gitlab-ci.yml
payid-master/.mocharc.js
payid-master/.prettierignore
payid-master/.prettierrc.js
payid-master/.vscode/
payid-master/.vscode/launch.json
payid-master/@types/
payid-master/@types/knex-stringcase/
payid-master/@types/knex-stringcase/index.d.ts
payid-master/CODEOWNERS
payid-master/CONTRIBUTING.md
payid-master/Dockerfile
payid-master/LICENSE
payid-master/docker-compose.yml
payid-master/img/
payid-master/img/payid-logo-color.png
payid-master/lefthook.yml
payid-master/nyc.config.js
payid-master/package-lock.json
payid-master/package.json
payid-master/readme.md
payid-master/scripts/
payid-master/scripts/wait-for-postgres.sh
payid-master/src/
payid-master/src/app.ts
payid-master/src/config.ts
payid-master/src/data-access/
payid-master/src/data-access/payIds.ts
payid-master/src/data-access/reports.ts
payid-master/src/data-access/users.ts
payid-master/src/db/
payid-master/src/db/extensions/
payid-master/src/db/extensions/01_pgcrypto.sql
payid-master/src/db/functions/
payid-master/src/db/functions/01_set_updated_at.sql
payid-master/src/db/knex.ts
payid-master/src/db/migrations/
payid-master/src/db/migrations/01_drop_organization_from_account.sql
payid-master/src/db/migrations/02_change_pay_id_format_constraint.sql
payid-master/src/db/migrations/03_pay_id_lowercase_constraint.sql
payid-master/src/db/migrations/04_address_info_uppercase_constraints.sql
payid-master/src/db/migrations/05_increase_payment_network_character_limit.sql
payid-master/src/db/migrations/06_alter_payid_regex.sql
payid-master/src/db/schema/
payid-master/src/db/schema/01_account.sql
payid-master/src/db/schema/02_address.sql
payid-master/src/db/seed/
payid-master/src/db/seed/payid_regex_examples.sql
payid-master/src/db/seed/seeded_values_for_testing.sql
payid-master/src/db/syncDatabaseSchema.ts
payid-master/src/db/triggers/
payid-master/src/db/triggers/01_account_before_update.sql
payid-master/src/db/triggers/02_address_before_update.sql
payid-master/src/hooks/
payid-master/src/hooks/memo.ts
payid-master/src/html/
payid-master/src/html/favicon.ico
payid-master/src/html/index.html
payid-master/src/index.ts
payid-master/src/middlewares/
payid-master/src/middlewares/checkPrivateApiVersionHeaders.ts
payid-master/src/middlewares/checkPublicApiVersionHeaders.ts
payid-master/src/middlewares/errorHandler.ts
payid-master/src/middlewares/payIds.ts
payid-master/src/middlewares/sendSuccess.ts
payid-master/src/middlewares/users.ts
payid-master/src/routes/
payid-master/src/routes/index.ts
payid-master/src/routes/metricsRouter.ts
payid-master/src/routes/privateAPIRouter.ts
payid-master/src/routes/publicAPIRouter.ts
payid-master/src/services/
payid-master/src/services/basePayId.ts
payid-master/src/services/headers.ts
payid-master/src/services/metrics.ts
payid-master/src/services/payIdReport.ts
payid-master/src/services/urls.ts
payid-master/src/types/
payid-master/src/types/database.ts
payid-master/src/types/publicAPI.ts
payid-master/src/types/reports.ts
payid-master/src/utils/
payid-master/src/utils/errors/
payid-master/src/utils/errors/databaseError.ts
payid-master/src/utils/errors/handleHttpError.ts
payid-master/src/utils/errors/index.ts
payid-master/src/utils/errors/lookupError.ts
payid-master/src/utils/errors/parseError.ts
payid-master/src/utils/errors/payIdError.ts
payid-master/src/utils/logger.ts
payid-master/test/
payid-master/test/global.test.ts
payid-master/test/helpers/
payid-master/test/helpers/helpers.ts
payid-master/test/integration/
payid-master/test/integration/data-access/
payid-master/test/integration/data-access/databaseErrors.test.ts
payid-master/test/integration/data-access/payIdRegex.test.ts
payid-master/test/integration/data-access/payIds.test.ts
payid-master/test/integration/data-access/reports.test.ts
payid-master/test/integration/e2e/
payid-master/test/integration/e2e/private-api/
payid-master/test/integration/e2e/private-api/deleteUsers.test.ts
payid-master/test/integration/e2e/private-api/getUsers.test.ts
payid-master/test/integration/e2e/private-api/healthCheck.test.ts
payid-master/test/integration/e2e/private-api/metrics.test.ts
payid-master/test/integration/e2e/private-api/postUsers.test.ts
payid-master/test/integration/e2e/private-api/privateApiVersionHeader.test.ts
payid-master/test/integration/e2e/private-api/putUsers.test.ts
payid-master/test/integration/e2e/public-api/
payid-master/test/integration/e2e/public-api/basePayId.test.ts
payid-master/test/integration/e2e/public-api/cacheControl.test.ts
payid-master/test/integration/e2e/public-api/contentNegotiation.test.ts
payid-master/test/integration/e2e/public-api/healthCheck.test.ts
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.