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

github.com/devashar13/instagram-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/devashar13/instagram-api

  • v0.0.0-20211009175507-9d803d41e965
  • Source
  • Go
  • Socket score

Version published
Created
Source

-->

Instagram API

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • go

Installation

  1. Clone the Repo
go get -u github.com/devashar13/instagram-api

Routes

/users
  • Query Parameters
POST
{
    "name":"Name",
    "email":"name@gmail.com",
    "password":"password"
}

Password Hashing Algorithm Used: SHA256

GET
/users/<userid>
POST
/products
POST
{
    "user":"userid",
    "caption":"caption",
    "imageurl":"imageurl"
    
}

Time is set to the time of upload

GET
/products/<productid>
GET
/products/users/<userid>

or To paginate

GET
/products/users/<userid>?limit=2

Testing

go test

FAQs

Package last updated on 09 Oct 2021

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