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

ee-soa-transport-rest

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-soa-transport-rest

Rest specific transport implementation.

  • 0.4.29
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
Maintainers
3
Weekly downloads
 
Created
Source

#EE-SOA-Transport-Rest

Rest specific transport implementation which converts a HTTP request to the internal request format (@see ee-soa-request)

##Behavioral Notes

The behavior of the transport has to be described a little better.

###URL Segments

###HTTP Methods

###Headers

##URL Handling - Update While path segments were only paired if the id was numeric, the new implementation supports non numerical ids. This implies some new rules for the url handling:

  1. Queries a resource if the amount of segments is even
  2. Queries a collection if the amount of segments is odd
  3. Segments of the path are paired together e.g. /language/fr/event/10 results in language: 'fr', event: 10 (the internal data structure is a flat list, not a dictionary).

FAQs

Package last updated on 30 Jan 2018

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