Giter Site home page Giter Site logo

apus's People

Contributors

ahousand avatar alexgleason avatar beerlington avatar deniskulicek avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar john-griffin avatar swelham avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

apus's Issues

Switch to Tesla as HTTP client

In the spirit of adapter-based clients, it would be good if the http client were configurable, too.

Tesla is the best Elixir HTTP client because it's all of them and none of them.

Sent messages viewer error

In my my_app/lib/my_app_web/router.ex:

defmodule MyApp.Router do
  use MyApp.Web,  :router

  if Mix.env == :dev do
    forward("/sent_messages", Apus.SentMessagesViewerPlug)
  end
end

After iex -S mix, it tells:

** (UndefinedFunctionError) function Apus.SentMessagesViewerPlug.init/1 is undefined (module Apus.SentMessagesViewerPlug is not available)
    Apus.SentMessagesViewerPlug.init([])

And I checked the file, no init() and call() functions, which should be required by Plug module.

Twilio adapter test timing issue

It looks as though there is timing issue in the twilio_adapter_test file for test "deliver/2 passes request_options to hackney" as I saw this occasionally failing in travis. This probably just requires a small Process.sleep to ensure some time is taken during the test.

Add support for returning the messaging service sid in the message struct

The Apus.Message struct should have an attribute for containing the messaging service sid used to send the message when this has been configured for that instance of the sms sender.

This value would also need to be shown in the sent messages web view in place of the from field when there is no from value.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.