Libraries tagged by additions

nodeum-io/nodeum-sdk-php

0 Favers
0 Downloads

The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `=` lower than or equal - `>

Go to Download


neam/dna-project-base-stateless-file-management

0 Favers
12 Downloads

Schema addition and helper traits that encapsulates the 12-factor-inspired [DNA Project Base](http://neamlabs.com/dna-project-base/) stateless file-handling logic

Go to Download


nalletje/livewire-tables

3 Favers
38 Downloads

Addition to livewire

Go to Download


minotaurlogistics/ebay-taxonomy-api

0 Favers
3 Downloads

Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.

Go to Download


mbretter/stk-psr-http

0 Favers
2964 Downloads

Stk PSR HTTP additions

Go to Download


macropage/sdk-ebay-rest-catalog

0 Favers
24 Downloads

The Catalog API allows users to search for and locate an eBay catalog product that is a direct match for the product that they wish to sell. Listing against an eBay catalog product helps insure that all listings (based off of that catalog product) have complete and accurate information. In addition to helping to create high-quality listings, another benefit to the seller of using catalog information to create listings is that much of the details of the listing will be prefilled, including the listing title, the listing description, the item specifics, and a stock image for the product (if available). Sellers will not have to enter item specifics themselves, and the overall listing process is a lot faster and easier.

Go to Download


kruegge82/billbee-php-sdk-api

0 Favers
12 Downloads

Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.

Go to Download


jumpgate/jumpgate

2 Favers
7 Downloads

A general starter kit for laravel apps using jumpgate additions.

Go to Download


illchuk/zfc-user-simple-settings

0 Favers
20 Downloads

A solid little "user settings" addition to your ZfcUser Doctrine entity; with configurable defaults.

Go to Download


ifresh/collection-macros

1 Favers
3 Downloads

A collection of various useful additions to the Laravel collection class

Go to Download


idimsh/phpunit-tests

0 Favers
16 Downloads

PhpUnit tests additions, base classes and traits

Go to Download


hpolthof/laravel-auditable

0 Favers
4 Downloads

Allow for easy addition of created_by and updated_by fields.

Go to Download


howardgrigg/simple-library

1 Favers
7 Downloads

A simple library module for the SilverStripe framework. Designed for use in small community based libraries such as churches or play groups. Uses the Google Books API for easy addition of resources.

Go to Download


headjam/simple-recaptcha

0 Favers
22 Downloads

A Craft plugin that allows the addition of Google's reCAPTCHA v3 to any simple HTML form and verifies server-side.

Go to Download


gt/lazy-bundle

0 Favers
0 Downloads

Additions to Symfony (and Doctrine) for lazy developers.

Go to Download


<< Previous Next >>