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

@blogody/api-client

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blogody/api-client

An isomorphic JavaScript/TypeScript client for Blogody. This package makes pulling data from headless [Blogody CMS](https://www.blogody.com) a breeze.

  • 2.28.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Blogody API Client for your JavaScript/TypeScript projects

An isomorphic JavaScript/TypeScript client for Blogody. This package makes pulling data from headless Blogody CMS a breeze.

🚀 Quick start

  1. Install the client

    yarn add @blogody/api-client
    
  2. Use the client in your js/ts projects

    import { BlogodyAPI } from '@blogody/api-client'
    
    const api = new BlogodyAPI({ key: 'YOUR BLOGODY API ACCESS KEY' })
    
    // make an API calls
    const settings = await api.settings()
    const posts = await api.posts()
    
    console.log(posts)
    

🔑 Blogody API Keys

Go to your Blogody account and create a new key under Settings > Developers.

Copyright (c) 2021 Blogody - Released under the MIT license.

Library makers:

https://github.com/bitjson/typescript-starter https://github.com/alexjoverm/typescript-library-starter

FAQs

Package last updated on 22 Mar 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