Skip to content

Commit

Permalink
Common tool library agent data, without microsoft-graph and loket.nl …
Browse files Browse the repository at this point in the history
…definitions.
  • Loading branch information
gabehamilton committed Dec 4, 2024
1 parent a51af08 commit a745840
Show file tree
Hide file tree
Showing 2,503 changed files with 9,046,701 additions and 0 deletions.
63 changes: 63 additions & 0 deletions data/common-tool-library/apis/1forge.com.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
swagger: "2.0"
schemes:
- https
- http
host: 1forge.com
basePath: /forex-quotes
info:
contact:
email: contact@1forge.com
name: 1Forge
url: http://1forge.com
description: Stock and Forex Data and Realtime Quotes
title: 1Forge Finance APIs
version: 0.0.1
x-apisguru-categories:
- financial
x-logo:
backgroundColor: "#24292e"
url: https://1forge.com/assets/images/f-blue.svg
x-origin:
- format: swagger
url: http://1forge.com/openapi.json
version: "2.0"
x-providerName: 1forge.com
produces:
- application/json
paths:
/quotes:
get:
description: Get quotes
externalDocs:
description: Find out more
url: http://1forge.com/forex-data-api
responses:
"200":
description: A list of quotes
summary: Get quotes for all symbols
tags:
- forex
- finance
- quotes
/symbols:
get:
description: Symbol List
externalDocs:
description: Find out more
url: http://1forge.com/forex-data-api
responses:
"200":
description: A list of symbols
schema:
example:
- EURUSD
- GBPJPY
- AUDUSD
items:
type: string
type: array
summary: Get a list of symbols for which we provide real-time quotes
tags:
- forex
- finance
- quotes
Loading

0 comments on commit a745840

Please sign in to comment.