Skip to content

Instantly share code, notes, and snippets.

View divyanshu-in's full-sized avatar
🌏
active

divyanshu divyanshu-in

🌏
active
  • Maxtron Innovations
  • Noida, India
  • 23:06 (UTC +05:30)
View GitHub Profile
@divyanshu-in
divyanshu-in / open source image markets
Created August 21, 2020 05:39
open source image markets
https://pixabay.com/
edit the file /etc/pulse/daemon.conf
resample-method = src-sinc-best-quality
default-sample-format = s24le
default-sample-rate = 96000
@divyanshu-in
divyanshu-in / e-commerce.md
Created September 21, 2020 14:05 — forked from hjr3/e-commerce.md
Examples of RESTful API calls for E-commerce platforms

Examples of RESTful API calls for E-commerce platforms

These examples are type 3 RESTful API requests and responses. The JSON-HAL specification is used to implement HATEOAS.

Some of the examples are based on my work as architect of the RESTful API at http://www.hautelook.com. All proprietary information has been removed.

Relevant links

# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes