Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
github.com/imdaaniel/bitcoins-rest-api
This is a representational application to buy and sell bitcoins built with Go (it means that you will not buy or sell real bitcoins here!).
To run this application, you will need:
A simple welcome message. You can use this route to test if the application is correctly running.
Success response example
HTTP 200 OK
Creation of an user. The expected parameters are:
Success response example
HTTP 201 Created
List existing users.
Success response example
HTTP 200 OK
There are the login. The expected parameters are:
In success case, you will get a JWT that will be used in the next route.
Success response example
HTTP 200 OK
Crete an order. The expected parameters are:
Success response example
HTTP 201 Created
List all orders of the user. The expected parameter are:
Success response example
HTTP 200 OK
List all orders realized in the date. The expected parameter are:
Success response example
HTTP 200 OK
Database diagram
All routes have been documented, so thanks for reading and...
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.