New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mmosoroohh/go-contacts

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mmosoroohh/go-contacts

  • v0.0.0-20191016124416-6bcae5a8e9e1
  • Source
  • Go
  • Socket score

Version published
Created
Source

Go Contact

This is a simple contact application. This API is an exercise to learn Golang with PostgreSQL.

Authentication

  • User can register for a free account (Normal and Social e.g. Facebook)
  • User can login to their account
  • Authenticated user can create their contacts
  • Authenticated user can get their contacts
Errors and Status Codes

If a request fails any validations, expect errors in the following format:

Testing API endpoints
TestAPI-endpointHTTP-Verbs
Sign up a user/api/user/newPOST
Login a user/api/user/loginPOST
Create a contact/api/contacts/newPOST
Get contacts of a user/api/user{id}/contactsGET

Authors

Arnold M. Osoro - mmosoroohh

FAQs

Package last updated on 16 Oct 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc