Tibil-vishwAAs / Vishwaas

Repo for Backend Service
MIT License
0 stars 7 forks source link

Develop api for verification of created certificates #11

Closed krishnakr6 closed 1 year ago

krishnakr6 commented 1 year ago

Create api - /Verification with GET method . Which accepts Certificate ID and Verifies the certificate using sunbird rc

Note: Follow the development principles of vishwaas.

krishnakr6 commented 1 year ago

@Pavan-tibil @Snegha-M @TaherKing Add the respective comments and PR links. Also mention the framework which you have used.

Pavan-tibil commented 1 year ago

Created the API for the verification of created certificate but the end-point name is create_certificate in this code, i will change it to /Verification. PR link - [https://github.com/Tibil-vishwAAs/Vishwaas/pull/7](). Framework used - Django-REST-Framework(4.0.3)

Snegha-M commented 1 year ago

Created api/v1/Verification endpoint in get method by passing particular certificate ID and getting request body of that particular ID and escaping the osSignedData and passing that osSignedData as signedCredential for the API verify URL in post method PR link: https://github.com/Tibil-vishwAAs/Vishwaas/pull/6

Framework: Flask

Pavan-tibil commented 1 year ago

changed the API endpoint to /verification and change the strings to constants where ever required. PR link : https://github.com/Tibil-vishwAAs/Vishwaas/pull/7

TaherMakandar commented 1 year ago

Created api/v1/Verification endpoint with get method by passing certificate ID and getting request body of that particular ID and escaping the osSignedData and passing that osSignedData as signedCredential for the verify API in post method and getting verified response. PR link : https://github.com/Tibil-vishwAAs/Vishwaas/pull/12 Framework : Spring Boot version(3.1.1) and Java (1.8.0)

krishnakr6 commented 1 year ago

@TaherKing could you mention the Java and spring boot version

Pavan-tibil commented 1 year ago

commented for all the functions and classes and created a class to handle the responses. And completed all the chnages mentioned in issues. PR link - [https://github.com/Tibil-vishwAAs/Vishwaas/pull/7]()

TaherMakandar commented 1 year ago

@TaherKing could you mention the Java and spring boot version Added the java and spring boot version