Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/timothyclifford/odp-quote-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/timothyclifford/odp-quote-api

  • v0.0.0-20220424040930-99fe22190e5b
  • Source
  • Go
  • Socket score

Version published
Created
Source

Quote API

Endpoints

Dashboard:          /
Create quote:       /quote
View/edit quote:    /quote/{id}
Create location:    /quote/{id}/location
View/edit location: /quote/{id}/location/{id}
Create item:        /quote/{id}/item
View/edit item:     /quote/{id}/item/{id}
Quote summary:      /quote/{id}/summary
Quote review:       /quote/{id}/review

Debug

curl -X POST -H 'Content-Type:application/json' -d '{"Id":"id", "SalesPersonId":"sales", "Created":0, "FirstName":"Mr", "LastName":"Sells-a-lot", "Email":"sales@quotes.com", "Phone":"000", "Street":"123 Blabla St","Suburb":"Blaville", "Postcode":"3000"}' http://localhost:3000/quotes

FAQs

Package last updated on 24 Apr 2022

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