Libraries tagged by blog client

paypaplane/svix-client

0 Favers
6499 Downloads

Welcome to the Svix API documentation! Useful links: [Homepage](https://www.svix.com) | [Support email](mailto:[email protected]) | [Blog](https://www.svix.com/blog/) | [Slack Community](https://www.svix.com/slack/) # Introduction This is the reference documentation and schemas for the [Svix webhook service](https://www.svix.com) API. For tutorials and other documentation please refer to [the documentation](https://docs.svix.com). ## Main concepts In Svix you have four important entities you will be interacting with: - `messages`: these are the webhooks being sent. They can have contents and a few other properties. - `application`: this is where `messages` are sent to. Usually you want to create one application for each user on your platform. - `endpoint`: endpoints are the URLs messages will be sent to. Each application can have multiple `endpoints` and each message sent to that application will be sent to all of them (unless they are not subscribed to the sent event type). - `event-type`: event types are identifiers denoting the type of the message being sent. Event types are primarily used to decide which events are sent to which endpoint. ## Authentication Get your authentication token (`AUTH_TOKEN`) from the [Svix dashboard](https://dashboard.svix.com) and use it as part of the `Authorization` header as such: `Authorization: Bearer ${AUTH_TOKEN}`. For more information on authentication, please refer to the [authentication token docs](https://docs.svix.com/api-keys). ## Code samples The code samples assume you already have the respective libraries installed and you know how to use them. For the latest information on how to do that, please refer to [the documentation](https://docs.svix.com/). ## Idempotency Svix supports [idempotency](https://en.wikipedia.org/wiki/Idempotence) for safely retrying requests without accidentally performing the same operation twice. This is useful when an API call is disrupted in transit and you do not receive a response. To perform an idempotent request, pass the idempotency key in the `Idempotency-Key` header to the request. The idempotency key should be a unique value generated by the client. You can create the key in however way you like, though we suggest using UUID v4, or any other string with enough entropy to avoid collisions. Svix's idempotency works by saving the resulting status code and body of the first request made for any given idempotency key for any successful request. Subsequent requests with the same key return the same result. Please note that idempotency is only supported for `POST` requests. ## Cross-Origin Resource Sharing This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with [W3C spec](https://www.w3.org/TR/cors/). And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.

Go to Download


arifszn/blog-client

11 Favers
13 Downloads

PHP client to get recent blog posts from popular blogging platforms

Go to Download


toarupg0318/hatena-blog-client

0 Favers
3 Downloads

A Hatena blog client package.

Go to Download


bookimed/blog-client

0 Favers
1143 Downloads

Bookimed blog client

Go to Download


work-in-progress/client-blog

0 Favers
60 Downloads

Go to Download


ctberdon/sample-blog

0 Favers
12 Downloads

A demo blog for client

Go to Download


erth0/posty-laravel-client

0 Favers
3 Downloads

Simple yet easy way to store get up and running with a personal blog which uses markdown

Go to Download


bzzhh/tzkt-php-client

2 Favers
3607 Downloads

# Introduction TzKT Explorer provides free REST API and WebSocket API for accessing detailed Tezos blockchain data and helps developers build more services and applications on top of Tezos. TzKT is an open-source project, so you can easily clone and build it and use it as a self-hosted service to avoid any risks of depending on third-party services. TzKT API is available for the following Tezos networks with the following base URLs: - Mainnet: `https://api.tzkt.io/` or `https://api.mainnet.tzkt.io/` ([view docs](https://api.tzkt.io)) - Ghostnet: `https://api.ghostnet.tzkt.io/` ([view docs](https://api.ghostnet.tzkt.io)) - Mumbainet: `https://api.mumbainet.tzkt.io/` ([view docs](https://api.mumbainet.tzkt.io)) - Nairobinet: `https://api.nairobinet.tzkt.io/` ([view docs](https://api.nairobinet.tzkt.io)) We also provide a staging environment for testing newest features and pre-updating client applications before deploying to production: - Mainnet staging: `https://staging.api.tzkt.io/` or `https://staging.api.mainnet.tzkt.io/` ([view docs](https://staging.api.tzkt.io)) Feel free to contact us if you have any questions or feature requests. Your feedback really helps us make TzKT better! - Discord: https://discord.gg/aG8XKuwsQd - Telegram: https://t.me/baking_bad_chat - Slack: https://tezos-dev.slack.com/archives/CV5NX7F2L - Twitter: https://twitter.com/TezosBakingBad - Email: [email protected] And don't forget to star TzKT project [on GitHub](https://github.com/baking-bad/tzkt) ;) # Terms of Use TzKT API is free for everyone and for both commercial and non-commercial usage. If your application or service uses the TzKT API in any forms: directly on frontend or indirectly on backend, you must mention that fact on your website or application by placing the label **"Powered by TzKT API"** or **"Built with TzKT API"** with a direct link to [tzkt.io](https://tzkt.io). # Rate Limits There will be no rate limits as long as our servers can handle the load without additional infrastructure costs. However, any apparent abuse will be prevented by setting targeted rate limits. Check out [Tezos Explorer API Best Practices](https://baking-bad.org/blog/tag/TzKT/) and in particular [how to optimize requests count](https://baking-bad.org/blog/2020/07/29/tezos-explorer-api-tzkt-how-often-to-make-requests/). ---

Go to Download


microsoft/azure-storage-blob

53 Favers
9621854 Downloads

This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Blob APIs.

Go to Download


microsoft/azure-storage-common

44 Favers
10074187 Downloads

This project provides a set of common code shared by Azure Storage Blob, Table, Queue and File PHP client libraries.

Go to Download


micjohnson/weed-php

20 Favers
6931 Downloads

PHP client for Weed-FS, a simple and highly scalable distributed file system

Go to Download


jield-webdev/azure-blob-storage

0 Favers
21 Downloads

This project provides a set of PHP client libraries that make it easy to access Microsoft Azure storage APIs.

Go to Download


blok/graphql

0 Favers
1168 Downloads

A graphql query and client helper

Go to Download


dam-bal/vercel-blob-php

1 Favers
2 Downloads

PHP Client for Vercel Blob

Go to Download


micjohnson/weed-php-bundle

1 Favers
27 Downloads

Weed-FS integration for your Symfony 2 application using WeedPhp

Go to Download


Next >>