Libraries tagged by text api

andrezanna/laravel-generator

0 Favers
32 Downloads

Laravel Generator

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
1 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


adityawiguna12/laravel-generator

0 Favers
7 Downloads

Laravel CRUD Generator

Go to Download


adaptech/finapi-webform

0 Favers
497 Downloads

The following pages give you some general information on how to use our APIs.The actual API services documentation then follows further below. You can use the menu to jump between API sections.This page has a built-in HTTP(S) client, so you can test the services directly from within this page, by filling in the request parameters and/or body in the respective services, and then hitting the TRY button. Note that you need to be authorized to make a successful API call. To authorize, refer to the 'Authorization' section of Access, or in case you already have a valid user token, just use the QUICK AUTH on the left.Please also remember that all user management functions should be looked up in Access.You should also check out the Web Form 2.0 Public Documentation as well as Access Public Documentation for more information. If you need any help with the API, contact [email protected].

Go to Download


aayaresko/laravel-generator

0 Favers
85 Downloads

InfyOm Laravel Generator

Go to Download


7dir/laravel-generator-ext

0 Favers
0 Downloads

InfyOm Laravel Generator

Go to Download


xabbuh/xapi-data-fixtures

0 Favers
883 Downloads

common test data fixtures for the xAPI libraries

Go to Download


level3/behat

1 Favers
94 Downloads

Behat Context for make behavior tests of Hypermedia APIs

Go to Download


deyvisonrocha/laravel-generator

0 Favers
109 Downloads

InfyOm Laravel Generator

Go to Download


cloudpack/rorschach

1 Favers
253 Downloads

WebAPI Test Library

Go to Download


blar/php-coveralls

0 Favers
192 Downloads

PHP client library for Coveralls API

Go to Download


ylsalame/laravelapidoctester

0 Favers
2 Downloads

Laravel APIDoc Tester

Go to Download


didrive_api/bibi

0 Favers
14 Downloads

api Didrive test - bibi

Go to Download


starkinfra-test-deploy/sdk

0 Favers
0 Downloads

SDK to facilitate PHP integrations with the Stark Infra API

Go to Download


currency-cloud-test/client

0 Favers
9 Downloads

A PHP library which implements the complete functionality of v2 of the The Currency Cloud API.

Go to Download


<< Previous Next >>