Libraries tagged by dall-e

bitween-software/dev-to-open-api-client

2 Favers
8 Downloads

Access Forem articles, users and other resources via API. For a real-world example of Forem in action, check out [DEV](https://www.dev.to). All endpoints that don't require authentication are CORS enabled. Dates and date times, unless otherwise specified, must be in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format. # Authentication

Go to Download


bigchicchicken/api-platform-skip-null-bundle

1 Favers
123 Downloads

Bundle to globally define skip_null_values parameter on all entities for ApiPlatform

Go to Download


bigchicchicken/api-platform-auto-group-bundle

1 Favers
8 Downloads

Bundle to define automatically all groups on all entities for ApiPlatform

Go to Download


asml1951/multyexception

0 Favers
10 Downloads

Container for all exceptons

Go to Download


ashleighsims/companies-house-api-wrapper

1 Favers
12 Downloads

Wrapper for the Companies House API. Covering all endpoints available to developers.

Go to Download


arash/logevent

0 Favers
8 Downloads

log from all event in system.

Go to Download


andreykurmel/eloquent_as_doctrine

0 Favers
5 Downloads

Hydrate Laravel Entities from Models to use all Eloquent benefits in Service/Repository pattern.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
4 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


adamb/event-logger

0 Favers
26 Downloads

Log all events that are undertaken and log which user undertakes the task

Go to Download


adachsoft/agent-rule-tool

0 Favers
11 Downloads

SPI tools for exposing and administrating agent rules in the AdachSoft AI tool call ecosystem.

Go to Download


zephir/luya-module-errorapi

2 Favers
122 Downloads

To create strong and secure website its important to know all exceptions before your customer knows the exceptions and to make sure the exception happends only once.

Go to Download


tinyframework/contracts

0 Favers
67 Downloads

Base contracts/interfaces for all extensions and core package

Go to Download


storetown/module-tax-sync

0 Favers
9 Downloads

Automatic EU VAT rate synchronization for Magento 2 — imports and updates all European tax rates including automatic Tax Rule creation. Free open-source under MIT.

Go to Download


m6web/wsclient-bundle

1 Favers
40339 Downloads

Simple webservices client to call external urls

Go to Download


kirchbergerknorr/iwd_all

0 Favers
551 Downloads

IWD_All extension

Go to Download


<< Previous Next >>