Skip to content

Releases: alicevillar/sfa_api

v0.7.0 Seventh Version

14 Jul 18:33
Compare
Choose a tag to compare
Pre-release

This is the seventh version of SFA-API. It contains one endpoint exclusively created for the microservice architecture. This endpoint allows users to get images directly from NASA API APOD (HTTP Request Type -> GET). Users can do it using the demo key (Demo_Key_SFA_Trial) or the authentication key.

Description:

HTTP Request Type -> GET

Response -> Get url

URL GET Parameters -> N/A

Request URL (temporary): -> http://127.0.0.1:5000/pictures/api/v1/gdpr2

v0.6.0 Sixth Version

12 Jul 01:30
Compare
Choose a tag to compare
v0.6.0 Sixth Version Pre-release
Pre-release

This is the sixth version of SFA-API. It contains one more endpoint: gdpr2. It allows users to delete their personal data from SFA database.

Description:

HTTP Request Type -> DELETE

Response -> Delete user

URL GET Parameters -> email / password

Request URL (temporary): -> http://127.0.0.1:5000/pictures/api/v1/gdpr2

v0.5.0 Fifth Version

11 Jul 18:57
Compare
Choose a tag to compare
v0.5.0 Fifth Version Pre-release
Pre-release

This is the fifth version of SFA-API. It contains one more endpoint: gdpr1. It allows users can see their personal data from SFA database.
Description:

HTTP Request Type -> POST

Response -> Sign in user

URL GET Parameters -> email / password

Request URL (temporary): -> http://127.0.0.1:5000/pictures/api/v1/gdpr1

v0.4.0 Fourth Version

06 Jul 13:43
f064388
Compare
Choose a tag to compare
v0.4.0 Fourth Version Pre-release
Pre-release

This is the fourth version of SFA-API. It contains one more endpoint that allows you to use a demo key.

v0.3.0 Third Version

06 Jul 13:41
f064388
Compare
Choose a tag to compare
v0.3.0 Third Version Pre-release
Pre-release

This is the first version of SFA-API. It contains one more endpoint that allows you to register a new user.

Commit ef0be99

v0.2.0 Second Version

06 Jul 13:36
58421d6
Compare
Choose a tag to compare
v0.2.0 Second Version Pre-release
Pre-release

This is the second version of SFA-API. It contains one new endpoint to upload an image.

Description:
HTTP Request Type -> POST
Response -> Upload file
URL POST Parameters -> file / title / explanation / date / copyright
Request URL (temporary): -> http://127.0.0.1:5000/pictures/api/v1/upload

Commit - d7b950c

v0.1.0 First Version

26 May 22:48
Compare
Choose a tag to compare
v0.1.0 First Version Pre-release
Pre-release

Version 1

This is the first version of SFA-API. It contains one endpoint that allows you to download an image.

Description: