🌐
GitHub
github.com › bullhorn › rest-api-example-python
GitHub - bullhorn/rest-api-example-python: A sample Python Web application that demonstrates a very simple usage of the Bullhorn REST API
This a sample Python application that demonstrates a very simple usage of the Bullhorn REST API from a Web application. The biggest initial hurdle for developers is typically getting OAuth authentication working properly, so much of this sample ...
Starred by 29 users
Forked by 19 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › messagebird › python-rest-api
GitHub - messagebird/python-rest-api: This repository contains the open source Python client for MessageBird's REST API.
Please see the other examples for a complete overview of all the available API calls. ... $ python ./examples/voice_create_webhook.py --accessKey accessKeyWhichNotExist --url https://example.com --title HELLO_WEBHOOK --token HELLO_TOKEN · Complete documentation, instructions, and examples are available at: https://developers.messagebird.com/. The MessageBird REST Client for Python is licensed under The BSD 2-Clause License.
Starred by 71 users
Forked by 64 users
Languages   Python 100.0% | Python 100.0%
🌐
Medium
medium.com › analytics-vidhya › getting-started-with-github-api-dc7057e2834d
Getting Started with Github API. REST API v3 using Python | by Gaganpreet Kaur Kalsi | Analytics Vidhya | Medium
July 20, 2020 - Example JSON → data = {“name” : “Hello-repo”} NOTE : — Be careful while constructing a URL and with the type of request. These were mostly the areas where the API threw an error to me.
🌐
GitHub
github.com › akbarahmed › basic-python-rest-api
GitHub - akbarahmed/basic-python-rest-api: Example of how to create a basic REST API in Python
Example of how to create a basic REST API in Python - akbarahmed/basic-python-rest-api
Forked by 9 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › miguelgrinberg › REST-tutorial
GitHub - miguelgrinberg/REST-tutorial: Files for my REST API tutorials featuring a server written in Python and a web client written in Javascript. · GitHub
Files for my REST API tutorials featuring a server written in Python and a web client written in Javascript. - miguelgrinberg/REST-tutorial
Starred by 657 users
Forked by 261 users
Languages   HTML 63.6% | Python 35.8%
🌐
GitHub
github.com › ynsrc › python-simple-rest-api
GitHub - ynsrc/python-simple-rest-api: Simple REST API Example with pure Python · GitHub
This is an example REST API project. ... Default port is 5000, you can change it in server.py. $ curl "http://127.0.0.1:5000/" { "name": "Python REST API Example", "summary": "This is simple REST API architecture with pure Python", "actions": ...
Starred by 2 users
Forked by 6 users
Languages   Python
🌐
GitHub
github.com › nanotaboada › python-samples-fastapi-restful
GitHub - nanotaboada/python-samples-fastapi-restful: 🧪 Proof of Concept for a RESTful API built with Python 3 and FastAPI
1 week ago - 🧪 Proof of Concept for a RESTful API built with Python 3 and FastAPI - nanotaboada/python-samples-fastapi-restful
Starred by 126 users
Forked by 22 users
Languages   Python 92.0% | Dockerfile 5.7% | Shell 1.7% | JavaScript 0.6%
🌐
GitHub
github.com › tomimick › restpie3
GitHub - tomimick/restpie3: Python3 REST API server starter kit · GitHub
With dynamic languages such as Python or Javascript or Ruby, tests are even more important than with compiled languages. For locally run tests I expose a method /apitest/dbtruncate in api_dev.py that truncates the data in the database tables before running the API tests. If you like to write tests in a different way, just remove it. ... docker exec -it restpie-dev bash -l -c 'python /app/test/test_api.py' docker exec -it restpie-dev bash -l -c 'python /app/test/test_redis.py'
Starred by 89 users
Forked by 34 users
Languages   Python 87.3% | HTML 7.3% | Dockerfile 3.3% | Shell 2.1%
🌐
GitHub
github.com › tecladocode › rest-apis-flask-python
GitHub - tecladocode/rest-apis-flask-python: Projects and e-book for our course, REST APIs with Flask and Python
This section (only available on Udemy) helps programmers who are new to Python get acquainted with the language. It is not a complete-beginner Python course! The code in this section includes a simple Flask app that accepts and returns JSON data. Introduction to Docker to run your REST APIs.
Starred by 1.5K users
Forked by 1.5K users
Languages   Python 98.6% | Python 98.6%
Find elsewhere
🌐
GitHub
github.com › allisson › python-simple-rest-client
GitHub - allisson/python-simple-rest-client: Simple REST client for python 3.8+ · GitHub
Simple REST client for python 3.8+. Contribute to allisson/python-simple-rest-client development by creating an account on GitHub.
Starred by 166 users
Forked by 49 users
Languages   Python 96.1% | Makefile 3.9%
🌐
GitHub
github.com › mransbro › python-api
GitHub - mransbro/python-api: A super simple RESTful api created using Flask. The idea is to have a simple api that can be used with pipeline demos and proof of concepts.
A super simple RESTful api created using Flask. The idea is to have a simple api that can be used with pipeline demos and proof of concepts. - mransbro/python-api
Starred by 6 users
Forked by 56 users
Languages   Python 79.4% | Dockerfile 20.6% | Python 79.4% | Dockerfile 20.6%
🌐
GitHub
github.com › syedsaadahmed › REST-API-Example-Python-Flask-Swagger
GitHub - syedsaadahmed/REST-API-Example-Python-Flask-Swagger: A simple example of creating REST API using Python-Flask and Swagger. · GitHub
A simple example of creating REST API using Python-Flask and Swagger. - syedsaadahmed/REST-API-Example-Python-Flask-Swagger
Starred by 3 users
Forked by 4 users
Languages   Python 70.4% | HTML 29.6%
🌐
GitHub
github.com › topics › python-rest-api
python-rest-api · GitHub Topics · GitHub
March 27, 2022 - django-rest-framework chat-application python-chat-application python-rest-api django-chat-app chat-application-in-django
🌐
GitHub
github.com › NetApp › ontap-rest-python
GitHub - NetApp/ontap-rest-python: This repository contains sample code illustrating how to access the ONTAP REST API using Python. This Repository also contains ONTAPI Usage reporting code that helps to identify ONTAPI usage in your environment using ONTAP REST APIs. · GitHub
This repository contains sample scripts illustrating how to use the ONTAP REST API. You can access the API through the Python client library, which is preferable in most situations.
Starred by 77 users
Forked by 45 users
Languages   Shell
🌐
GitHub
github.com › PacktPublishing › Building-REST-APIs-with-Python
GitHub - PacktPublishing/Building-REST-APIs-with-Python: Code repository for Building REST APIs with Python, Published By Packt
This is the code repository for Building REST APIs with Python [Video], published by Packt.
Starred by 16 users
Forked by 13 users
Languages   Python 95.6% | HTML 3.0% | CSS 1.4% | Python 95.6% | HTML 3.0% | CSS 1.4%
🌐
GitHub
github.com › vubon › python-rest-api
GitHub - vubon/python-rest-api: Making Rest API without using any web framework or micro framework
I build a very basic rest api with Python.
Starred by 13 users
Forked by 5 users
Languages   Python 99.1% | Dockerfile 0.9% | Python 99.1% | Dockerfile 0.9%
🌐
GitHub
github.com › fermenreq › api-rest
GitHub - fermenreq/api-rest: Simple Python Api-Rest · GitHub
Simple Python Api-Rest. Contribute to fermenreq/api-rest development by creating an account on GitHub.
Author   fermenreq
🌐
GitHub
github.com › PyGithub › PyGithub
GitHub - PyGithub/PyGithub: Typed interactions with the GitHub API v3 · GitHub
... from github import Github # ... g = Github(auth=auth) # Github Enterprise with custom hostname g = Github(base_url="https://{hostname}/api/v3", auth=auth) # Then play with your Github objects: for repo in g.get_user().g...
Starred by 7.7K users
Forked by 1.9K users
Languages   Python 99.6% | Shell 0.4%
🌐
GitHub
github.com › topics › rest-api
rest-api · GitHub Topics · GitHub
Automatically generate a RESTful API service for your legacy database. No code required! python sqlalchemy orm database rest rest-api sqlite-database restful-api automatic-api
🌐
GitHub
github.com › optimizely › fs_rest_customer
GitHub - optimizely/fs_rest_customer: Example python scripts that use the REST API for FS objects
Example python scripts that use the REST API for FS objects - optimizely/fs_rest_customer
Forked by 2 users
Languages   Python 100.0% | Python 100.0%