marco-svitol / quaestio-fe

2 stars 0 forks source link

API userprofile and search version 2 #78

Closed marco-svitol closed 1 year ago

marco-svitol commented 1 year ago

I've slightly changed the backend logic on how the queries to OPS are created to hide the "added value" from the public and store them in db.

This requires a change also on your side.

Please first chek the documentation for version 2 of the APIs: userprofile: ver. 2 search: ver. 2

You will call ver.2 of APIs userprofile and search by changing the path prefix : /api/v2

Version 2 of the APIs is working only with user acme (will send you the password by mail).

All the others API calls should not be changed.

Once you've succesfully implemented the changes and we merge your code I will remove version 1.

This is quite a new process of delivering, so please feel free to reach me out for clarifications in case. ciao!

dudi2022 commented 1 year ago

Ok! I will look at it and make the changes asap

On Tue, 23 May 2023 at 2:33 AM, Marco @.***> wrote:

Assigned #78 https://github.com/marco-svitol/quaestio-fe/issues/78 to @dudi2022 https://github.com/dudi2022.

— Reply to this email directly, view it on GitHub https://github.com/marco-svitol/quaestio-fe/issues/78#event-9309206724, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4BDNOLT3M4ZBID6GFA6LB3XHQAU3ANCNFSM6AAAAAAYLD5QNU . You are receiving this because you were assigned.Message ID: @.***>

dudi2022 commented 1 year ago

done